method
reset
reset()
public
Hide source
# File lib/rexml/validation/validation.rb, line 8 def reset @current = @root @root.reset @root.previous = true @attr_stack = [] self end