Class: Vop::ShellInput
- Inherits:
- 
      Object
      
        - Object
- Vop::ShellInput
 
- Defined in:
- lib/vop/shell/shell_input.rb
Instance Method Summary collapse
- 
  
    
      #initialize(completion_method)  ⇒ ShellInput 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ShellInput. 
- #read(prompt) ⇒ Object
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 |