method
symlink?
symlink?()
public
Hide source
# File lib/fileutils.rb, line 1163 def symlink? s = lstat! s and s.symlink? end