Class: Markdo::VersionCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/markdo/commands/version_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



6
7
8
# File 'lib/markdo/commands/version_command.rb', line 6

def run
  @stdout.puts("v#{Markdo::VERSION}")
end