# File lib/fssm/pathname.rb, line 243
    def chdir
      blk = lambda { yield self } if block_given?
      Dir.chdir(self, &blk)
    end