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