maybe 0.0.1
A library for treating nil and non-nil objects in a similar manner. Technically speaking, Maybe is an implemenation of the maybe monad. The Maybe class wraps any value (nil or non-nil) and lets you treat it as non-nil.
Gemfile:
=
install:
=
Development Dependencies (1):
mocha
~> 0.9.8