Class: Datacenter::Shell::Localhost
- Inherits:
-
Object
- Object
- Datacenter::Shell::Localhost
- 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 |