breaking backward compatibility, yes. But 1.9 is going to be 2.0, the proper
place to major change. I actually expect the new behavior, though
On Sat, Apr 12, 2008 at 8:12 AM, Edwin Pratomo <[EMAIL PROTECTED]>
wrote:
>
> --- Arie Kusuma Atmaja <[EMAIL PROTECTED]<ariekusumaatmaja2%40gmail.com>>
> wrote:
>
> > ruby-1.8.6
> > ---------------
> >
> > #!/usr/bin/env ruby
> >
> > e = 3
> > puts e
> > ("01".."12").map { |e| "ariekeren #{e}" }
> > puts e
> >
> > output
> > ---------
> >
> > 3
> > 12
> >
> > ruby19
> > ----------
> >
> > #!/usr/bin/env ruby19
> >
> > e = 3
> > puts e
> > ("01".."12").map { |e| "ariekeren #{e}" }
> > puts e
> >
> > output
> > ---------
> >
> > 3
> > 3
> >
>
> this is a dangerous change. definitely will break lots of existing
> programs.
>
> rgds,
> Edwin.
>
> ________________________________________________________
> Kunjungi halaman depan Yahoo! Indonesia yang baru!
> http://id.yahoo.com/
>
>
[Non-text portions of this message have been removed]