Method: Bundler::SharedHelpers#root
- Defined in:
- lib/bundler/shared_helpers.rb
permalink #root ⇒ Object
15 16 17 18 19 |
# File 'lib/bundler/shared_helpers.rb', line 15 def root gemfile = find_gemfile raise GemfileNotFound, "Could not locate Gemfile" unless gemfile Pathname.new(gemfile)..parent end |