27 28 29
# File 'lib/musterb/evaluator.rb', line 27 def block_unless(value) yield if is_falsy? value end