teamocil/lib/teamocil.rb
Rémi Prévost b0bcd52f7e Add --layout option to specifiy a layout file
Thanks to Esa-Matti Suuronen on GitHub for the suggestion!
2011-02-24 20:58:38 -05:00

5 lines
78 B
Ruby

module Teamocil
VERSION = '0.1.5'
autoload :Layout, "teamocil/layout"
end