Class: Markdo::EditCommand
- Defined in:
- lib/markdo/commands/edit_command.rb
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from Markdo::Command
Instance Method Details
#run ⇒ Object
6 7 8 |
# File 'lib/markdo/commands/edit_command.rb', line 6 def run Kernel.system("#{@env['EDITOR']} #{safe_markdo_root}") end |