Flowdock
read() public

Reads the next entry from dir and returns it as a string. Returns nil at the end of the stream.

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