From: Thufir Date: 2007-11-07T06:21:40+09:00 Subject: Re: dragons and factorials (keyboard input) On Nov 3, 12:59 pm, tim.pe...@gmail.com wrote: [...] > WIth a coerce method defined for String, you can now write the > following in Ruby ... > > 1 + "2" #=> 3 [...] In Java String is immutable partly for security reasons. I don't see that security is a concern with Ruby, however. No? thanks, Thufir