Some monkey patching and constructor methods.
14 15 16
# File 'lib/monad/maybe.rb', line 14 def maybe_map Monad::Maybe::List.new(map{ |x| yield(x) }) end
10 11 12
# File 'lib/monad/maybe.rb', line 10 def to_maybe first.to_maybe end