Projects
Gems
Site
A Sentence-Building DSL for the easily amused
require 'rubygems' require 'madderlib' puts madderlib { say 'hello,' say('welcome to').or.say("you're viewing") say 'the Wiki page' }.sentence
require 'rubygems' require 'madderlib' puts madderlib {
say 'hello,' say('welcome to').or.say("you're viewing") say 'the Wiki page'
}.sentence