PATH: //opt/alt/ruby31/share/ruby/psych/json
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 ruby_events.rb
↓
X
📄 stream.rb
↓
X
📄 tree_builder.rb
↓
X
📄 yaml_events.rb
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN