Class: IRB::ReidlineInputMethod

Inherits:
RelineInputMethod show all
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

#file_name, #prompt

Instance Method Summary collapse

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

#initializeReidlineInputMethod

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