Module
FakeFS::FileSystem
In:
lib/fakefs/file_system.rb
FileSystem
module
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) {|dir| ...}
clear
()
clone
(path, target = nil)
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]