rake
rake copied to clipboard
Limit calls to Dir.chdir in Rake::Application
This reduces "conflicting chdir during another chdir block" warnings when calling Rake::Application#run inside a Dir.chdir block.