method
have_lchown?
have_lchown?()
private
Hide source
# 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