teamocil/lib/teamocil.rb

5 lines
78 B
Ruby

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