/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
json
/
/opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/json
mkdir
upload
Name
Size
Mode
Actions
add/
-
0755
rm
common.rb
15356
0644
edit
dl
rm
ext.rb
391
0644
edit
dl
rm
generic_object.rb
1428
0644
edit
dl
rm
version.rb
302
0644
edit
dl
rm
Edit:
/opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/json/version.rb
(302B)
# frozen_string_literal: false module JSON # JSON version VERSION = '2.3.0' VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: VERSION_BUILD = VERSION_ARRAY[2] # :nodoc: end
Save
cmd:
run