Sha256: fca4f80d7eba13c4475014f3b584008c20d15e48323ccf21d4cc961b024d68ab

Contents?: true

Size: 779 Bytes

Versions: 6565

Compression:

Stored size: 779 Bytes

Contents

# frozen_string_literal: true
module Psych
  module JSON
    module YAMLEvents # :nodoc:
      def start_document version, tag_directives, implicit
        super(version, tag_directives, !streaming?)
      end

      def end_document implicit_end = !streaming?
        super(implicit_end)
      end

      def start_mapping anchor, tag, implicit, style
        super(anchor, nil, true, Nodes::Mapping::FLOW)
      end

      def start_sequence anchor, tag, implicit, style
        super(anchor, nil, true, Nodes::Sequence::FLOW)
      end

      def scalar value, anchor, tag, plain, quoted, style
        if "tag:yaml.org,2002:null" == tag
          super('null', nil, nil, true, false, Nodes::Scalar::PLAIN)
        else
          super
        end
      end
    end
  end
end

Version data entries

6,565 entries across 6,562 versions & 28 rubygems

Version Path
psych-5.2.3-java lib/psych/json/yaml_events.rb
psych-5.2.3 lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.123.149 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.123.148 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.123.147 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
ory-client-1.16.2 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/yaml_events.rb
avalara_sdk-24.12.2 vendor/bundle/ruby/2.7.0/gems/psych-4.0.4/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.123.145 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.123.144 vendor/bundle/ruby/3.3.0/gems/psych-5.2.2/lib/psych/json/yaml_events.rb
ory-client-1.16.1 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/yaml_events.rb