simonc / memfs

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

File.each does not handle limit #10

Open simonc opened 10 years ago

simonc commented 10 years ago

File#each is supposed to accept a separator and/or a limit. For the moment it only handles the separator.