Headed in the right `Dir`ection
This release brings a lot of new stuff to the Dir
class, completing the long list of methods present in Ruby's implementation.
Enjoy !
Changes
- ADD:
Dir.chroot
- ADD:
Dir.glob
andDir[]
- ADD:
Dir.open
- ADD:
Dir.tmpdir
- ADD:
Dir#close
- ADD:
Dir#path
- ADD:
Dir#pos=
- ADD:
Dir#pos
- ADD:
Dir#read
- ADD:
Dir#rewind
- ADD:
Dir#seek
- ADD:
Dir#tell
- ADD:
Dir#to_path
- FIX: Internal implementation methods are now private