Method: Beaker::HostCommand#cmd_line

Defined in:
lib/beaker/command.rb

#cmd_line(host) ⇒ Object



147
148
149
# File 'lib/beaker/command.rb', line 147

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