b0bcd52f7e
Thanks to Esa-Matti Suuronen on GitHub for the suggestion!
5 lines
78 B
Ruby
5 lines
78 B
Ruby
module Teamocil
|
|
VERSION = '0.1.5'
|
|
autoload :Layout, "teamocil/layout"
|
|
end
|