Source: show | on GitHub
# File ruby/lib/irb/input-method.rb, line 506 def initialize warn <<~MSG.strip IRB::ReidlineInputMethod is deprecated, please use IRB::RelineInputMethod instead. MSG super end