From: Gavin Sinclair Date: 2004-11-13T10:46:23+09:00 Subject: Re: assert On Saturday, November 13, 2004, 7:28:26 AM, Florian wrote: > itsme213 wrote: >> I could not find a standard "assert" in Ruby. Is there one? > There's one in the dev-utils package. It will automatically set a > breakpoint if the application is run in debug mode and therefore give > you an irb shell where you can find out why your assert failed. It's not there at the moment (I don't think). And the OP probably wants an exception raised, not an IRB session :) Cheers, Gavin