# File temp/validation/validation.rb, line 7
      def reset
        @current = @root
        @root.reset
        @root.previous = true
        @attr_stack = []
        self
      end