Method: Vtk::Command#editor

Defined in:
lib/vtk/command.rb

#editorObject

Open a file or text in the user’s preferred editor



53
54
55
56
# File 'lib/vtk/command.rb', line 53

def editor
  require 'tty-editor'
  TTY::Editor
end