36 37 38
# File 'lib/cim/type.rb', line 36 def self.normalize type (type.is_a? self) ? type : self.new(type) end