module RocketFuel::SystemCall
Public Class Methods
make(cmd)
click to toggle source
# File lib/rocket_fuel/system_call.rb, line 3 def self.make(cmd) system(cmd) end
# File lib/rocket_fuel/system_call.rb, line 3 def self.make(cmd) system(cmd) end