method

have_lchmod?

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_lchmod?()
private

No documentation available.

# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 1401
    def have_lchmod?
      # This is not MT-safe, but it does not matter.
      if $fileutils_rb_have_lchmod == nil
        $fileutils_rb_have_lchmod = check_have_lchmod?
      end
      $fileutils_rb_have_lchmod
    end