Class: IRB::ReidlineInputMethod
- Inherits:
-
RelineInputMethod
- Object
- InputMethod
- RelineInputMethod
- IRB::ReidlineInputMethod
- Defined in:
- lib/irb/input-method.rb
Constant Summary
Constants inherited from RelineInputMethod
IRB::RelineInputMethod::SHOW_DOC_DIALOG
Instance Attribute Summary
Attributes inherited from InputMethod
Instance Method Summary collapse
-
#initialize ⇒ ReidlineInputMethod
constructor
A new instance of ReidlineInputMethod.
Methods inherited from RelineInputMethod
#auto_indent, #check_termination, #dynamic_prompt, #encoding, #eof?, #gets, #inspect, #line, #readable_after_eof?
Methods inherited from InputMethod
#gets, #inspect, #readable_after_eof?, #winsize
Constructor Details
#initialize ⇒ ReidlineInputMethod
Returns a new instance of ReidlineInputMethod.
471 472 473 474 475 476 |
# File 'lib/irb/input-method.rb', line 471 def initialize warn " IRB::ReidlineInputMethod is deprecated, please use IRB::RelineInputMethod instead.\n MSG\n super\nend\n".strip |