Your IP : 216.73.217.117


Current Path : /lib/ruby/3.1.0/uri/
Upload File :
Current File : //lib/ruby/3.1.0/uri/version.rb

module URI
  # :stopdoc:
  VERSION_CODE = '001100'.freeze
  VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
  # :startdoc:
end