Class: Markdo::StarCommand
- Inherits:
-
TagCommand
- Object
- Command
- QueryCommand
- TagCommand
- Markdo::StarCommand
- Defined in:
- lib/markdo/star_command.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Markdo::Command
Instance Method Details
#run ⇒ Object
5 6 7 |
# File 'lib/markdo/star_command.rb', line 5 def run super('star') end |