Current Path: > > opt > alt > > ruby32 > share > ruby > json
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
add | Directory | - | - | |
common.rb | File | 21353 bytes | April 24 2025 07:53:44. | |
ext.rb | File | 391 bytes | April 24 2025 07:53:44. | |
generic_object.rb | File | 1428 bytes | April 24 2025 07:53:44. | |
version.rb | File | 302 bytes | April 24 2025 07:53:44. |
# frozen_string_literal: false module JSON # JSON version VERSION = '2.6.3' 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
SILENT KILLER Tool