# File lib/test/unit/omission.rb, line 108 def omit_if(condition, *args, &block) if condition omit(*args, &block) else block.call if block end end