# File lib/cgikit/parser.rb, line 112 def reset if @node then @node.each do |node| node.reset end end end