📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 06:02:17
📂
/ (Root)
/
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
psych
/
json
📍 /opt/alt/ruby20/lib64/ruby/2.0.0/psych/json
🔄 Refresh
✏️
Editing: tree_builder.rb
Read Only
require 'psych/json/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