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