Class: Hammerhead::Command
- Inherits:
-
Object
- Object
- Hammerhead::Command
- Defined in:
- lib/hammerhead/command.rb
Overview
:nodoc: all
Direct Known Subclasses
Instance Method Summary collapse
-
#execute ⇒ Object
Execute this command.
Instance Method Details
#execute ⇒ Object
Execute this command
8 9 10 |
# File 'lib/hammerhead/command.rb', line 8 def execute raise NotImplementedError, "#{self.class}##{__method__} must be implemented" end |