Class: Boothby::Base
- Inherits:
-
Object
- Object
- Boothby::Base
- Includes:
- Configuration
- Defined in:
- lib/boothby/base.rb
Class Method Summary collapse
Class Method Details
.root(*args) ⇒ Object
7 8 9 10 |
# File 'lib/boothby/base.rb', line 7 def self.root(*args) @root ||= File.('../..', __dir__) File.join(@root, *args) end |