mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module FileUtils
|
|
VERSION = "1.3.0"
|
|
end
|