method

have_lchown?

have_lchown?()
private

No documentation available.

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