# File lib/libxml/sax_callbacks.rb, line 82 def on_comment(comment) STDOUT << "on_comment" << "\n" << " comment: " << comment << "\n" STDOUT.flush end