194 195 196
# File 'lib/icss/serialization/zaml.rb', line 194 def zamlized_class_name(root) "!ruby/#{root.name.downcase}#{self.class == root ? '' : ":#{self.class.name}"}" end