# File lib/pry/method.rb, line 469
    def method_missing(method_name, *args, &block)
      @method.send(method_name, *args, &block)
    end