I
Iñaki Baz Castillo
Hi, is there any explanation for the folowing big difference between the sa=
me=20
code in 1.8 and 1.9?:
1.8)
aaa =3D 123.capitalize rescue 444
=3D> 444
1.9)
aaa =3D 123.capitalize rescue 444
NoMethodError: undefined method `capitalize' for 123:Fixnum
It seems that Ruby 1.9 doesn't react on "inline rescue" as 1.8. Do I miss=20
something?
Thanks a lot.
=2D-=20
I=C3=B1aki Baz Castillo
me=20
code in 1.8 and 1.9?:
1.8)
aaa =3D 123.capitalize rescue 444
=3D> 444
1.9)
aaa =3D 123.capitalize rescue 444
NoMethodError: undefined method `capitalize' for 123:Fixnum
It seems that Ruby 1.9 doesn't react on "inline rescue" as 1.8. Do I miss=20
something?
Thanks a lot.
=2D-=20
I=C3=B1aki Baz Castillo