Exception: IRB::RubyLex::TerminateLineInput
    Do not use.  This class is for internal use only.
  
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          StandardError
         | |
| Instance Chain: 
          self,
          StandardError
         | |
| Inherits: | StandardError 
 | 
| Defined in: | lib/irb/ruby-lex.rb | 
Class Method Summary
- .new ⇒ TerminateLineInput constructor
Constructor Details
    .new  ⇒ TerminateLineInput 
  
# File 'lib/irb/ruby-lex.rb', line 56
def initialize super("Terminate Line Input") end