method
lstat
lstat()
public
Hide source
# File lib/fileutils.rb, line 1225 def lstat if dereference? @lstat ||= File.stat(path()) else @lstat ||= File.lstat(path()) end end