Method: RHC::SSHHelpers#ssh_command_for_op

Defined in:
lib/rhc/ssh_helpers.rb

#ssh_command_for_op(operation) ⇒ Object



146
147
148
149
150
# File 'lib/rhc/ssh_helpers.rb', line 146

def ssh_command_for_op(operation)
  #case operation
  raise RHC::OperationNotSupportedException, "The operation #{operation} is not supported."
  #end
end