Class: Boothby::Base

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