Class: Markdo::TagCommand

Inherits:
QueryCommand show all
Defined in:
lib/markdo/tag_command.rb

Direct Known Subclasses

StarCommand

Instance Method Summary collapse

Methods inherited from Command

#initialize

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