# File lib/cgikit/parser.rb, line 94 def to_s string = '' @node.each do |node| string << node.to_s end string end