# File lib/sax-machine/handlers/sax_abstract_handler.rb, line 132 def _warning(string) if @on_warning @on_warning.call(string) end end