# File lib/virtus/attribute_set.rb, line 116
    def reset
      merge_attributes(@parent) if @parent
      merge_attributes(@attributes)
      self
    end