# File lib/libxml/sax_callbacks.rb, line 75 def on_characters(chars) STDOUT << "on_characters" << "\n" << " chars " << chars << "\n" STDOUT.flush end