Re: Extending assert () functionality
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Extending assert () functionality
- From: Rebel Neurofog <rebelneurofog@...>
- Date: 2011年6月25日 23:21:02 +0400
But that's not the assert () way.
I can't create assertable function like:
function ob.method ()
return func (), get_error
end
and then call it using assert ()
Kinda no chaining...