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