Module
FakeFS::FileSystem
In:
lib/fakefs/file_system.rb
Methods
add
chdir
clear
clone
current_dir
delete
dir_levels
files
find
fs
normalize_path
path_parts
Public Instance methods
add
(path, object=FakeDir.new)
chdir
(dir, &blk)
clear
()
clone
(path)
copies directories and
files
from the real filesystem into our fake one
current_dir
()
delete
(path)
dir_levels
()
files
()
find
(path)
fs
()
normalize_path
(path)
path_parts
(path)
[Validate]