Module: Rori18n::Runner

Defined in:
lib/rori18n/runner.rb

Class Method Summary collapse

Class Method Details

.run(args = ARGV) ⇒ Object



3
4
5
6
# File 'lib/rori18n/runner.rb', line 3

def self.run(args = ARGV)
  Installer.install!
  exec(Installer.binary_path, *args.map(&:to_s))
end