Module: LittleBoxes
- Defined in:
- lib/little_boxes.rb,
lib/little_boxes/box.rb,
lib/little_boxes/entry.rb,
lib/little_boxes/version.rb,
lib/little_boxes/strategy.rb,
lib/little_boxes/dependant.rb,
lib/little_boxes/configurable.rb,
lib/little_boxes/initializable.rb,
lib/little_boxes/entry_definition.rb
Defined Under Namespace
Modules: Box, Configurable, Dependant, Initializable, Strategy
Classes: Entry, EntryDefinition
Constant Summary
collapse
- DependencyNotFound =
Class.new(StandardError)
- VERSION =
"0.5.1"
Class Method Summary
collapse
Class Method Details
.lib_path ⇒ Object
8
9
10
|
# File 'lib/little_boxes.rb', line 8
def self.lib_path
root_path + 'lib'
end
|
.root_path ⇒ Object
4
5
6
|
# File 'lib/little_boxes.rb', line 4
def self.root_path
Pathname.new(__FILE__) + '../..'
end
|