# File temp/output.rb, line 16 def <<( content ) @output << (@to_utf ? self.encode(content) : content) end