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