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