class NodeSpec::BackendProxy::Cmd

Public Instance Methods

execute(command) click to toggle source
# File lib/nodespec/backend_proxy/cmd.rb, line 4
def execute command
  raise 'Not supported yet'
end