class Beaker::HostCommand

Public Instance Methods

cmd_line(_host) click to toggle source
# File lib/beaker/command.rb, line 133
def cmd_line _host
  eval "\"#{@command}\""
end