method
lstat
v2_6_3 -
Show latest stable
- Class:
Bundler::FileUtils::Entry_
lstat()public
No documentation available.
# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 1223
def lstat
if dereference?
@lstat ||= File.stat(path())
else
@lstat ||= File.lstat(path())
end
end