# File lib/pry/method.rb, line 464
    def respond_to?(method_name)
      super or @method.respond_to?(method_name)
    end