# File lib/virtus/attribute_set.rb, line 60
    def merge(attributes)
      attributes.each { |attribute| self << attribute }
      self
    end