Method: MofaCmd#execute

Defined in:
lib/mofa/mofa_cmd.rb

#execute(_ssh_port) ⇒ Object

This method is abstract.

Raises:

  • (RuntimeError)


24
25
26
# File 'lib/mofa/mofa_cmd.rb', line 24

def execute(_ssh_port)
  raise RuntimeError, 'must be implemented'
end