42 43 44 45 46
# File 'lib/rmaybe.rb', line 42 def maybe Maybe.new(block_given? ? yield : self) rescue Exception Never.new end
Returns:
48 49 50
# File 'lib/rmaybe.rb', line 48 def maybe? false end