class IRB::ReidlineInputMethod
Public Class Methods
new
()
Calls superclass method
IRB::RelineInputMethod::new
# File lib/irb/input-method.rb, line 500 def initialize warn <<~MSG.strip IRB::ReidlineInputMethod is deprecated, please use IRB::RelineInputMethod instead. MSG super end