# File lib/pathname2.rb, line 891
   def chdir(&block)
      Dir.chdir(self, &block)
   end