# File lib/git/base.rb, line 110 def chdir # :yields: the Git::Path Dir.chdir(dir.path) do yield dir.path end end