lib/vfs/storages/hash_fs.rb in vfs-0.3.7 vs lib/vfs/storages/hash_fs.rb in vfs-0.3.8

- old
+ new

@@ -1,6 +1,6 @@ # -# Very dirty and uneficient In Memory FS, mainly for tests. +# Very dirty and inefficient In Memory File System, mainly for tests. # module Vfs module Storages class HashFs < Hash def initialize \ No newline at end of file