Class: Markdo::TagCommand
- Inherits:
-
QueryCommand
- Object
- Command
- QueryCommand
- Markdo::TagCommand
- Defined in:
- lib/markdo/tag_command.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Markdo::Command
Instance Method Details
#run(string) ⇒ Object
5 6 7 |
# File 'lib/markdo/tag_command.rb', line 5 def run(string) super("@#{string}") end |