class Shell

Public Class Methods

run(command) click to toggle source
# File lib/shell.rb, line 4
def self.run(command)
  `#{command}`.strip
end