method
pwd
ruby 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