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/configurable.rb,
lib/little_boxes/entry_definition.rb

Defined Under Namespace

Modules: Box, Configurable, Strategy Classes: Entry, EntryDefinition

Constant Summary collapse

DependencyNotFound =
Class.new(StandardError)
VERSION =
"0.3.7"

Class Method Summary collapse

Class Method Details

.lib_pathObject



6
7
8
# File 'lib/little_boxes.rb', line 6

def self.lib_path
  root_path + 'lib'
end

.root_pathObject



2
3
4
# File 'lib/little_boxes.rb', line 2

def self.root_path
  Pathname.new(__FILE__) + '../..'
end