# File lib/pry/wrapped_module.rb, line 69 def respond_to?(method_name) super || wrapped.send(method_name, *args, &block) end