Class
FakeFS::Dir
In:
lib/fakefs/dir.rb
Parent:
Object
FakeFs
Dir
class
Methods
[]
_check_for_valid_file
chdir
chroot
close
delete
each
entries
exists?
foreach
glob
home
mkdir
new
open
pos
pos=
pwd
read
rewind
seek
tmpdir
Included Modules
Enumerable
External Aliases
pwd
->
getwd
delete
->
rmdir
delete
->
unlink
exists?
->
exist?
Attributes
path
[R]
Public Class methods
[]
(*pattern)
_check_for_valid_file
(path)
chdir
(dir, &blk)
chroot
(_string)
delete
(string)
entries
(dirname, _opts = {})
exists?
(path)
foreach
(dirname) {|file| ...}
glob
(pattern, _flags = 0, &block)
home
(user = nil)
mkdir
(string, _integer = 0)
new
(string)
open
(string) {|file| ...}
pwd
()
tmpdir
()
Public Instance methods
close
()
each
() {|f| ...}
pos
()
pos=
(integer)
read
()
rewind
()
seek
(integer)
[Validate]