method

have_lchown?

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

No documentation available.

# File lib/fileutils.rb, line 1473
    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