@return [Array<String>] Command line options for extracting messages
from sources.
@see GetText::Tools::XGetText @see `rxgettext --help`
# File lib/gettext/tools/task.rb, line 35 def initialize(spec) @spec = spec @locales = [] @po_base_directory = "po" @mo_base_directory = "." @files = target_files @domain = @spec.name @namespace_prefix = nil @xgettext_options = [] yield(self) if block_given? @locales = detect_locales if @locales.empty? raise("must set locales: #{inspect}") if @locales.empty? define end
Generated with the Darkfish Rdoc Generator 2.