mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
7 lines
150 B
Ruby
7 lines
150 B
Ruby
module URI
|
|
# :stopdoc:
|
|
VERSION_CODE = '010003'.freeze
|
|
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
|
# :startdoc:
|
|
end
|