method
reset
v1_9_1_378 -
Show latest stable
- Class:
REXML::Validation::Validator
reset()public
No documentation available.
# File lib/rexml/validation/validation.rb, line 7
def reset
@current = @root
@root.reset
@root.previous = true
@attr_stack = []
self
end