Method: Ckancli::Command#editor
- Defined in:
- lib/ckancli/command.rb
#editor ⇒ Object
Open a file or text in the user’s preferred editor
46 47 48 49 |
# File 'lib/ckancli/command.rb', line 46 def editor require 'tty-editor' TTY::Editor end |