# File lib/pry/wrapped_module.rb, line 73 def constants(inherit = true) Module.instance_method(:constants).bind(@wrapped).call(inherit) end