Returns:
33 34 35
# File 'lib/ext/nil.rb', line 33 def iffn?(value = nil, &block) block ? instance_exec(value, &block) : value end