class IRB::ReidlineInputMethod
公共类方法
new() 点击切换源代码
调用超类方法
IRB::RelineInputMethod::new
# File irb/input-method.rb, line 508 def initialize warn <<~MSG.strip IRB::ReidlineInputMethod is deprecated, please use IRB::RelineInputMethod instead. MSG super end