NSAssert equivalent in MacRuby?
12 Jan
2010
12 Jan
'10
6:42 a.m.
Hi, Is there an equivalent of the NSAssert macro in MacRuby? Thanks, Michael Johnston lastobelus@mac.com
12 Jan
12 Jan
11:47 p.m.
def NSAssert(condition); abort unless condition; end # ? :-) Laurent On Jan 11, 2010, at 10:42 PM, Michael Johnston wrote:
Hi,
Is there an equivalent of the NSAssert macro in MacRuby?
Thanks,
Michael Johnston lastobelus@mac.com
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
5780
Age (days ago)
5780
Last active (days ago)
1 comments
2 participants
participants (2)
-
Laurent Sansonetti
-
Michael Johnston