# File src/rexml/output.rb, line 19 def <<( content ) @output << (@to_utf ? encode(content) : content) end