module LittleBoxes
Constants
- DependencyNotFound
- VERSION
Public Class Methods
lib_path()
click to toggle source
# File lib/little_boxes.rb, line 8 def self.lib_path root_path + 'lib' end
root_path()
click to toggle source
# File lib/little_boxes.rb, line 4 def self.root_path Pathname.new(__FILE__) + '../..' end