# File lib/yard/code_objects/proxy.rb, line 77 def inspect if obj = to_obj obj.inspect else "P(#{path})" end end