[ruby/fileutils] [DOC] FileUtils::VERSION

https://github.com/ruby/fileutils/commit/48742e2921
This commit is contained in:
Nobuyoshi Nakada 2024-02-22 01:52:59 +09:00 committed by git
parent 2edc14be69
commit 5ab6b3181f

View File

@ -180,6 +180,7 @@ end
# - {CVE-2004-0452}[https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0452].
#
module FileUtils
# The version number.
VERSION = "1.7.2"
def self.private_module_function(name) #:nodoc: