method
chdir
v2_6_3 -
Show latest stable
- Class:
Bundler::SharedHelpers
chdir(dir, &blk)public
No documentation available.
# File lib/bundler/shared_helpers.rb, line 63
def chdir(dir, &blk)
Bundler.rubygems.ext_lock.synchronize do
Dir.chdir dir, &blk
end
end