Class: Markdo::StarCommand

Inherits:
TagCommand show all
Defined in:
lib/markdo/star_command.rb

Instance Method Summary collapse

Methods inherited from Command

#initialize

Constructor Details

This class inherits a constructor from Markdo::Command

Instance Method Details

#runObject



5
6
7
# File 'lib/markdo/star_command.rb', line 5

def run
  super('star')
end