It does, since 7d523320. On Sat, Jul 26, 2008 at 1:27 PM, Martin DeMello <[EMAIL PROTECTED]>wrote:
> On Sat, Jul 26, 2008 at 8:42 AM, Edward Heil <[EMAIL PROTECTED]> wrote: > > This isn't Perl, everything's not a string when you want it to be, so > this > > isn't *necessarily* a bug, but crashing is no fun, so maybe the fact that > it > > crashes instead of erroring out is a bug: > > > Shoes.app do > > button "click me" do > > alert 10 > > end > > end > > For that matter, is there any reason for alert not to call to_s on its > argument? > > martin >
