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