method

symlink?

v1_9_3_125 - Show latest stable - Class: FileUtils::Entry_
symlink?()
public

No documentation available.

# File lib/fileutils.rb, line 1243
    def symlink?
      s = lstat!
      s and s.symlink?
    end