Class: Boothby::Root

Inherits:
Object
  • Object
show all
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.expand_path('../..', __dir__)
  File.join(@root, *args)
end