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