Method: FakeFS::FakeInode.clear_inode_info_for_tests
- Defined in:
- lib/fakefs/fake/inode.rb
.clear_inode_info_for_tests ⇒ Object
This method should only be used for tests When called, it will reset the current inode information of the FakeFS
24 25 26 27 |
# File 'lib/fakefs/fake/inode.rb', line 24 def clear_inode_info_for_tests self.freed_inodes = [] self.next_inode_num = 0 end |