method
fu_have_symlink?
fu_have_symlink?()
public
Hide source
# File lib/fileutils.rb, line 735 def fu_have_symlink? #:nodoc File.symlink nil, nil rescue NotImplementedError return false rescue return true end