Sha256: 5320cff2330cf2bc6e1afd6bcc11b24189af5c37d7f3e7467fc7a94d116ed46a
Contents?: true
Size: 762 Bytes
Versions: 9
Compression:
Stored size: 762 Bytes
Contents
module Massimo autoload :Config, 'massimo/config' autoload :CLI, 'massimo/cli' autoload :Helpers, 'massimo/helpers' autoload :Javascript, 'massimo/javascript' autoload :Page, 'massimo/page' autoload :Reloader, 'massimo/reloader' autoload :Resource, 'massimo/resource' autoload :Server, 'massimo/server' autoload :Site, 'massimo/site' autoload :Stylesheet, 'massimo/stylesheet' autoload :UI, 'massimo/ui' autoload :VERSION, 'massimo/version' autoload :View, 'massimo/view' autoload :Watcher, 'massimo/watcher' class << self def site @site ||= Site.new end def site=(site) @site = site end def config site.config end end end
Version data entries
9 entries across 9 versions & 1 rubygems