$ ruby example3.rb 2> stderr.log ----- script source --- _buf = ''; for item in list _buf << '
'; _buf << Erubis::XmlHelper.escape_xml( item ); _buf << '
'; _buf << ( item ).to_s; _buf << '
'; $stderr.puts("*** debug: item=#{(item).inspect}"); _buf << '
'; end _buf.to_s ----- result ----------<aaa>
b&b
b&b
"ccc"
"ccc"