From: Tim Pease Date: 2007-08-03T01:30:31+09:00 Subject: Re: #send in 1.9 On 8/2/07, Trans wrote: > > Can I make a modest proposal? Can we preserve backward compatibility, Matz has been stating over the past year that 1.9 will break backwards compatibility with 1.8, and #send is just one of the changes. String#[] has changed such that requesting a single character returns a new String (it returns a Fixnum in 1.8). And there are others. The only way to make sure your code is going to work in 1.9 is to test, test, test. And when you're done testing, then do some more testing. Blessings, TwP