Class: Command
- Inherits:
-
Object
- Object
- Command
- Defined in:
- lib/tagfinder/commands/command.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
2 3 4 |
# File 'lib/tagfinder/commands/command.rb', line 2 def execute raise NotImplementedError end |
#unexecute ⇒ Object
6 7 8 |
# File 'lib/tagfinder/commands/command.rb', line 6 def unexecute raise NotImplementedError end |