░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/lib/ruby/3.1.0/json
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: ext.rb
require 'json/common' module JSON # This module holds all the modules/classes that implement JSON's # functionality as C extensions. module Ext require 'json/ext/parser' require 'json/ext/generator' $DEBUG and warn "Using Ext extension for JSON." JSON.parser = Parser JSON.generator = Generator end JSON_LOADED = true unless defined?(::JSON::JSON_LOADED) end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 add/
DIR
—
2026-01-17 03:50
📄 common.rb
RB
20.9 KB
2025-10-01 20:48
EDIT
📄 ext.rb
RB
391 B
2025-10-01 20:48
EDIT
📄 generic_object.rb
RB
1.4 KB
2025-10-01 20:48
EDIT
📄 version.rb
RB
302 B
2025-10-01 20:48
EDIT