class GetText::Tools::MsgCat

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/msgcat.rb, line 31
def run(*command_line)
  new.run(*command_line)
end