# File lib/yard/code_objects/proxy.rb, line 167 def type if obj = to_obj obj.type else Registry.proxy_types[path] || :proxy end end