Flowdock
symlink?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/fileutils.rb, line 1243
    def symlink?
      s = lstat!
      s and s.symlink?
    end
Register or log in to add new notes.