Class: Expansions::Shell

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

Instance Method Summary collapse

Instance Method Details

#run(cmd) ⇒ Object



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

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