--- assert version 1 Fri May 30 06:36:50 +0000 2008 +++ assert version 2 Fri May 30 06:37:57 +0000 2008 @@ -1,8 +1,10 @@ +# 'cheat assertions' for the rest + assert(boolean, message=nil) Asserts that boolean is not false or nil. Example: assert [1, 2].include?(5)
cheat sheets.
$ cheat assert