class Futon::Os
Public Class Methods
system(*args)
click to toggle source
# File lib/futon/os.rb, line 3 def self.system(*args) Kernel.system(*args) end
# File lib/futon/os.rb, line 3 def self.system(*args) Kernel.system(*args) end