D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
ruby
/
3.0.0
/
bundler
/
vendor
/
uri
/
lib
/
uri
/
Filename :
version.rb
back
Copy
module Bundler::URI # :stopdoc: VERSION_CODE = '001000'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze # :startdoc: end