Not found

The exact documentation you were looking for could not be found. Here is the best guess.

close() public

Closes the directory stream. Any further attempts to access dir will raise an IOError.

d = Dir.new("testdir")
d.close   #=> nil
Show source
Register or log in to add new notes.