📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:42:30
📂
/
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
psych-5.1.2
/
lib
/
psych
/
json
✏️
Editing: tree_builder.rb
# 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