mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
7 lines
150 B
Ruby
7 lines
150 B
Ruby
module URI
|
|
# :stopdoc:
|
|
VERSION_CODE = '001000'.freeze
|
|
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
|
|
# :startdoc:
|
|
end
|