# File lib/sax-machine/sax_handler.rb, line 12 def characters(string) object, config, value = stack.last value << string end