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