Sha256: 0ca0fc1259ae53ec5ad58d777173bea8adea04775d1a6bbc6830ccdf6c979f04

Contents?: true

Size: 97 Bytes

Versions: 1

Compression:

Stored size: 97 Bytes

Contents

module RocketFuel
  module SystemCall
    def self.make(cmd)
      system(cmd)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rocket_fuel-0.2.0 lib/rocket_fuel/system_call.rb