>>>>> "m" ==   <mengx / nielsenmedia.com> writes:

m> I assume it is "to_s", right?, If the ruby is writen in ruby,
m> would it first evaluated as "#{a.to_s}" ? 

 it will evaluated

           "" + a + ""

 and it try to convert `a' to a String by calling #to_s


Guy Decoux