class GetText::Tools::MsgMerge

Public Instance Methods

run(*command_line) click to toggle source

(see run)

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

# File lib/gettext/tools/msgmerge.rb, line 36
def run(*command_line)
  new.run(*command_line)
end