#sub_type
9 10 11 12 13 14 15
# File 'lib/xdrgen/ast/definitions/typedef.rb', line 9 def resolved_type cur = self cur = root.find_definition(cur.type.text_value) while cur.is_a?(Typedef) cur end