Class: Noir::Command::Edit
- Inherits:
-
Base::Command
- Object
- Base::Command
- Noir::Command::Edit
- Defined in:
- lib/noir/command/edit.rb
Defined Under Namespace
Classes: Note, WeeklyReport
Class Method Summary collapse
Methods inherited from Base::Command
check_command_not_found, description, execute, sub_commands
Class Method Details
.editor ⇒ Object
4 5 6 |
# File 'lib/noir/command/edit.rb', line 4 def self.editor ENV['EDITOR'] || 'vim' end |