@skip
skip the expression.
Jive.@skip — Macro@skipskip the expression.
Jive.Skipped — ModuleSkippedSkipped expressions are in Skipped.expressions
using Jive # @skip
@skip module want_to_skip_this_module
sleep(2)
end
@skip function want_to_skip_this_function()
sleep(2)
end
@skip println(1+2)- Change to do not skip the code:
ENV["JIVE_ENABLE_SKIP_MACRO"] = "0"