method

have_lchown?

ruby latest stable - Class: Bundler::FileUtils::Entry_

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

have_lchown?()
private

No documentation available.

# File lib/bundler/vendor/fileutils/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