Make Dir#chdir never yield args, and return block return value
If no block is given, return 0 instead of nil for consistency with Dir.chdir and Dir.fchdir.
Make Dir#chdir never yield args, and return block return value
If no block is given, return 0 instead of nil for consistency
with Dir.chdir and Dir.fchdir.