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