class Swiftproj::Shell

Public Instance Methods

run(command) click to toggle source
# File lib/swiftproj/shell.rb, line 3
def run(command)
  return `#{command}`
end