Chad Perrin wrote: > On Thu, Jan 31, 2008 at 04:34:49AM +0900, Roger Pack wrote: >> I know this is controversial, but I wish that if you did >> string_1 + object_2 (or any object) that it would just call .to_s on referent to 'a' + 3 which, if I had my wish, would automatically be 'a' + 3.to_s > Seems like it already does what you want. What am I missing? -- Posted via http://www.ruby-forum.com/.