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