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