Returns:
21 22 23 24 25 26 27
# File 'lib/ext/nil.rb', line 21 def fals?(val=nil, &block) if block block.call(val) else val end end