Class: Swiftproj::Shell

Inherits:
Object
  • Object
show all
Defined in:
lib/swiftproj/shell.rb

Instance Method Summary collapse

Instance Method Details

#run(command) ⇒ Object



3
4
5
# File 'lib/swiftproj/shell.rb', line 3

def run(command)
  return `#{command}`
end