method
pwd
v2_6_3 -
Show latest stable
- Class:
Bundler::SharedHelpers
pwd()public
No documentation available.
# File lib/bundler/shared_helpers.rb, line 69
def pwd
Bundler.rubygems.ext_lock.synchronize do
Pathname.pwd
end
end