Occi::Core::Categories
# File lib/occi4/core/actions.rb, line 7 def convert(category) category = super category if category.kind_of? String scheme, term = category.split '#' scheme << '#' category = Occi::Core::Action.new(scheme, term) end category end