mirror of
https://github.com/ruby/ruby.git
synced 2026-08-20 15:47:13 +08:00
6 lines
72 B
Ruby
6 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module FileUtils
|
|
VERSION = "1.2.0"
|
|
end
|