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