Skip to Content Skip to Search
Methods
N

Class Public methods

new()

# 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