Re: [PATCH] object.c ruby.h (fwd)

From: Masaki Suketa <masaki.suketa@...>
Date: 2002-08-06 11:53:22 UTC
List: ruby-core #304
In message "Re: [PATCH] object.c ruby.h (fwd)"
    on 02/08/05, "NAKAMURA, Hiroshi" <nahi@keynauts.com> writes:

> > 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?

  Regards,
  Masaki Suketa

In This Thread