Sha256: ae158d908915298bcb1048bc774c27c731399eb72bdf1bb96dd6f9e20a53b84b
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
require 'rodakase/container' module Main class Container < Rodakase::Container setting :root, Pathname(__FILE__).join('../..').realpath.dirname.freeze setting :auto_register, 'lib' configure do load_paths!('lib') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rodakase-0.0.1 | spec/dummy/apps/main/core/main/container.rb |