📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 04:45:11
📂
/
/
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
psych
/
json
✏️
Editing: tree_builder.rb
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