Flowdock
directory?() public

Returns true if stat is a directory, false otherwise.

   File.stat("testfile").directory?   #=> false
   File.stat(".").directory?          #=> true
Show source
Register or log in to add new notes.