Class: Beaker::HostCommand
Instance Attribute Summary
Attributes inherited from Command
#args, #command, #environment, #options
Instance Method Summary collapse
Methods inherited from Command
#args_string, #initialize, #options_string
Constructor Details
This class inherits a constructor from Beaker::Command
Instance Method Details
#cmd_line(_host) ⇒ Object
133 134 135 |
# File 'lib/beaker/command.rb', line 133 def cmd_line _host eval "\"#{@command}\"" end |