Method: GetText::Tools::MsgMerge.run

Defined in:
lib/gettext/tools/msgmerge.rb

.run(*command_line) ⇒ void

This method returns an undefined value.

Merge a po-file inluding translated messages and a new pot-file.

This method is provided just for convenience. It equals to new.run(*command_line).

Parameters:

  • command_line (Array<String>)

    command line arguments for rmsgmerge.



35
36
37
# File 'lib/gettext/tools/msgmerge.rb', line 35

def run(*command_line)
  new.run(*command_line)
end