# File lib/virtus/attribute_set.rb, line 202
    def finalize
      each do |attribute|
        self << attribute.finalize unless attribute.finalized?
      end
    end