# File lib/pry/wrapped_module.rb, line 109 def respond_to?(method_name) super || wrapped.respond_to?(method_name) end