58 59 60 61 62
# File 'lib/fakefs/fake/file.rb', line 58 def delete inode.unlink(self) inode.free_inode_num parent.delete(self) end