method

lstat!

lstat!()
public

No documentation available.

# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 1231
    def lstat!
      lstat()
    rescue SystemCallError
      nil
    end