symbol.rb revision 00c175adc24043fbcd4cd5e3769c9d13e31ff831
# This model is namespaced in the module OntologyMember because the class
# Symbol is already taken by ruby.
groups << Struct.new(:kind, :count).new('Symbol', 0) if groups.empty?
groups
end
def to_s
display_name || name
end
end
end