Class: Vop::ShellInput

Inherits:
Object
  • Object
show all
Defined in:
lib/vop/shell/shell_input.rb

Instance Method Summary collapse

Constructor Details

#initialize(completion_method) ⇒ ShellInput

Returns a new instance of ShellInput.



5
6
# File 'lib/vop/shell/shell_input.rb', line 5

def initialize(completion_method)
end

Instance Method Details

#read(prompt) ⇒ Object



8
9
10
# File 'lib/vop/shell/shell_input.rb', line 8

def read(prompt)
  raise "read() not implemented in abstract base class ShellInput!"
end