def self.strip_similar_attributes(klass, attr = {})
    begin # test to see if this class has an IGNORE_SIMILAR constant
      ig = add_class_list(klass::IGNORE_SIMILAR)
    rescue NameError
      ig = RESERVED_ATTRIBUTES.dup.map(&:to_s)