class IRB::ReidlineInputMethod

Public Class Methods

new() click to toggle source
Calls superclass method IRB::RelineInputMethod::new
# File irb/input-method.rb, line 476
    def initialize
      warn <<~MSG.strip
        IRB::ReidlineInputMethod is deprecated, please use IRB::RelineInputMethod instead.
      MSG
      super
    end