public
Description: The Maybe Monad in idiomatic Ruby
Homepage:
Clone URL: git://github.com/raganwald/andand.git
Click here to lend your support to: andand and make a donation at www.pledgie.com !
andand / Rakefile
100755 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }