mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
bcfe94b7f2
This reverts commitfdfad90522
.f1f27da6c4
resolved this.
6 lines
150 B
Ruby
6 lines
150 B
Ruby
module URI
|
|
# :stopdoc:
|
|
VERSION_CODE = '001000'.freeze
|
|
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
|
# :startdoc:
|
|
end
|