Module: RocketFuel::SystemCall

Defined in:
lib/rocket_fuel/system_call.rb

Class Method Summary collapse

Class Method Details

.make(cmd) ⇒ Object



3
4
5
# File 'lib/rocket_fuel/system_call.rb', line 3

def self.make(cmd)
  system(cmd)
end