Class: Datacenter::Shell::Localhost

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

Instance Method Summary collapse

Instance Method Details

#run(command) ⇒ Object



5
6
7
# File 'lib/datacenter/shell.rb', line 5

def run(command)
  `#{command}`.strip
end