Class: Beaker::HostCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/beaker/command.rb

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



144
145
146
# File 'lib/beaker/command.rb', line 144

def cmd_line host
  eval "\"#{@command}\""
end