| Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/ruby40/share/ruby/uri/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/opt/alt/ruby40/share/ruby/uri/version.rb |
module URI
# :stopdoc:
VERSION = '1.1.1'.freeze
VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
# :startdoc:
end