Flowdock
close() public

Closes the directory stream. Calling this method on closed Dir object is ignored since Ruby 2.3.

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