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