From: "NAKAMURA, Hiroshi" Date: 2002-08-09T22:20:44+09:00 Subject: Re: [PATCH] object.c ruby.h (fwd) Hi Suketa-san, > From: Masaki Suketa [mailto:masaki.suketa@nifty.ne.jp] > Sent: Tuesday, August 06, 2002 8:53 PM > > > 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. > > If I add assert_true method which checks 'foo == true', > could you live with it more pleasantly? Yes, I can. At the next, does method 'assert' become 'deprecated'? ...Sorry, I don't mean it. I just remembered JUnit... // NaHi