# File lib/pathname2.rb, line 993
   def cd(*args, &block)
      FileUtils.cd(self, *args, &block)
   end