Method: Bundler::SharedHelpers#pwd

Defined in:
lib/bundler/shared_helpers.rb

#pwdObject

[View source]

58
59
60
61
62
# File 'lib/bundler/shared_helpers.rb', line 58

def pwd
  Bundler.rubygems.ext_lock.synchronize do
    Pathname.pwd
  end
end