Flowdock
rewind() public

Repositions dir to the first entry.

   d = Dir.new("testdir")
   d.read     #=> "."
   d.rewind   #=> #<Dir:0x401b3fb0>
   d.read     #=> "."
Show source
Register or log in to add new notes.