File Manager

Path: /proc/self/root/proc/self/root/proc/self/root/opt/chef/embedded/lib/ruby/2.7.0/uri/

Viewing File: version.rb

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