Method: REXML::Validation::Choice#reset
- Defined in:
- lib/rexml/validation/relaxng.rb
#reset ⇒ Object
365 366 367 368 369 |
# File 'lib/rexml/validation/relaxng.rb', line 365 def reset super @events = [] @choices.each { |c| c.each { |s| s.reset if s.kind_of? State } } end |