# File lib/yard/code_objects/proxy.rb, line 156 def type if obj = to_obj obj.type else @type || :proxy end end