# File lib/pry/wrapped_module.rb, line 105
    def method_missing(method_name, *args, &block)
      wrapped.send(method_name, *args, &block)
    end