Module: Ehbrs::Gems

Defined in:
lib/ehbrs/gems.rb

Class Method Summary collapse

Class Method Details

.app_pathObject



10
11
12
# File 'lib/ehbrs/gems.rb', line 10

def app_path
  ::Pathname.new('../..').expand_path(__dir__)
end

.vendor_gems_rootObject



14
15
16
# File 'lib/ehbrs/gems.rb', line 14

def vendor_gems_root
  app_path.join('vendor')
end