method

have_lchown?

ruby latest stable - Class: FileUtils::Entry_
have_lchown?()
private

No documentation available.

# File lib/fileutils.rb, line 1421
    def have_lchown?
      # This is not MT-safe, but it does not matter.
      if $fileutils_rb_have_lchown == nil
        $fileutils_rb_have_lchown = check_have_lchown?
      end
      $fileutils_rb_have_lchown
    end