Method: Vtk::Command#prompt

Defined in:
lib/vtk/command.rb

#prompt(**options) ⇒ Object

The interactive prompt



93
94
95
96
# File 'lib/vtk/command.rb', line 93

def prompt(**options)
  require 'tty-prompt'
  TTY::Prompt.new(options)
end