From: Hal Fulton Date: 2005-02-16T09:37:49+09:00 Subject: Re: ruby2c 1.0.0 beta 2 released Luke Graham wrote: > I just want to ask if > > puts "foo" + 2 > > will fail before gcc-time? Or do you use rtti so typing is still put > off till run-time? I'm not sure it *could* be smart enough to catch that. There could be a Integer#to_str defined somewhere, perhaps at runtime. Hal