PATH: //opt/alt/ruby23/lib64/ruby/2.3.0/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: false 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
SIMPAN PERUBAHAN