From: Philip Mak Date: 2002-06-03T10:54:33+09:00 Subject: Does assert() exist? I saw a bunch of Ruby examples on the web that involve the assert() method. However, I can't seem to use it. Does this method exist / what do I have to do to be able to access it? irb(main):001:0> assert(true) NameError: undefined method `assert' for # from (irb):1