Class: CommandLine

Inherits:
Object
  • Object
show all
Defined in:
lib/looks_for_mosml.rb

Class Method Summary collapse

Class Method Details

.run_command(command) ⇒ Object



2
3
4
# File 'lib/looks_for_mosml.rb', line 2

def self.run_command(command)
  system(command)
end