📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 21:26:10
📂
/ (Root)
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
psych-5.2.2
/
lib
/
psych
/
json
📍 /opt/alt/ruby34/share/gems/gems/psych-5.2.2/lib/psych/json
🔄 Refresh
✏️
Editing: tree_builder.rb
Read Only
# frozen_string_literal: true require_relative 'yaml_events' module Psych module JSON ### # Psych::JSON::TreeBuilder is an event based AST builder. Events are sent # to an instance of Psych::JSON::TreeBuilder and a JSON AST is constructed. class TreeBuilder < Psych::TreeBuilder include Psych::JSON::YAMLEvents end end end
💾 Save Changes
❌ Cancel