Class: Markdo::EditCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/markdo/commands/edit_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/edit_command.rb', line 6

def run
  Kernel.system("#{@env['EDITOR']} #{safe_markdo_root}")
end