# File lib/occi/core/kinds.rb, line 7 def convert(category) category = super category if category.kind_of? String scheme, term = category.split '#' scheme << '#' klass = Occi::Core::Kind.get_class scheme, term, [Occi::Core::Kind.new] category = klass.kind end category end