method
<<
<<( content )
public
Hide source
# File lib/rexml/output.rb, line 21 def <<( content ) @output << (@to_utf ? self.encode(content) : content) end