Class: Ptimelog::Command::Edit
- Defined in:
- lib/ptimelog/command/edit.rb
Overview
edit one file. without argument, it will edit the timelog, otherwise a parser-script is loaded
Instance Method Summary collapse
-
#initialize(file) ⇒ Edit
constructor
A new instance of Edit.
- #run ⇒ Object
Methods inherited from Base
Constructor Details
Instance Method Details
#run ⇒ Object
15 16 17 |
# File 'lib/ptimelog/command/edit.rb', line 15 def run launch_editor(@file) end |