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