# File temp/validation/relaxng.rb, line 136 def reset return if @current == 0 @current = 0 @events.each {|s| s.reset if s.kind_of? State } end