Class: Hammerhead::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/hammerhead/command.rb

Overview

:nodoc: all

Instance Method Summary collapse

Instance Method Details

#executeObject

Execute this command

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/hammerhead/command.rb', line 8

def execute
  raise NotImplementedError, "#{self.class}##{__method__} must be implemented"
end