Module: Ehbrs::Gems
- Defined in:
- lib/ehbrs/gems.rb
Class Method Summary collapse
Class Method Details
.app_path ⇒ Object
10 11 12 |
# File 'lib/ehbrs/gems.rb', line 10 def app_path ::Pathname.new('../..').(__dir__) end |
.vendor_gems_root ⇒ Object
14 15 16 |
# File 'lib/ehbrs/gems.rb', line 14 def vendor_gems_root app_path.join('vendor') end |