Method: REXML::Output#<<
- Defined in:
- lib/rexml/output.rb
#<<(content) ⇒ Object
22 23 24 |
# File 'lib/rexml/output.rb', line 22 def <<( content ) @output << (@to_utf ? self.encode(content) : content) end |
22 23 24 |
# File 'lib/rexml/output.rb', line 22 def <<( content ) @output << (@to_utf ? self.encode(content) : content) end |