From: "NAKAMURA, Hiroshi" Date: 2002-08-05T10:39:14+09:00 Subject: Re: [PATCH] object.c ruby.h (fwd) Hi, > From: Masaki Suketa [mailto:masaki.suketa@nifty.ne.jp] > Sent: Saturday, August 03, 2002 6:05 PM > > There's not much we can do if people call the incorrect method :) > > Ok. I will change the behavior of assert of RubyUnit like as > Test::Unit. -1 for this change but I can live with it. I'll write 'assert( foo == true )' or 'assert( !!foo )' explicitly, if it'll be changed. // NaHi