Sha256: b4754d3e84ef607899305fc8153436e63a937d0631c1833f401e7cf75a098dd9
Contents?: true
Size: 355 Bytes
Versions: 6165
Compression:
Stored size: 355 Bytes
Contents
# 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
Version data entries
6,165 entries across 6,165 versions & 19 rubygems