simonc / memfs

MemFs provides a fake file system that can be used for tests. Strongly inspired by FakeFS.
MIT License
320 stars 27 forks source link

Adding missing Dir methods #4

Closed simonc closed 9 years ago

simonc commented 10 years ago

Adding the missing methods from the Dir class and Dir instances

simonc commented 9 years ago

And done! The only method left behind is mktmpdir that I was unable to play with in irb. If it's a problem for you don't hesitate to open a dedicated issue ;)