Sha256: fca4f80d7eba13c4475014f3b584008c20d15e48323ccf21d4cc961b024d68ab

Contents?: true

Size: 779 Bytes

Versions: 6277

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,277 entries across 6,274 versions & 27 rubygems

Version Path
cybrid_api_bank_ruby-0.122.47 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.122.47 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.47 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.122.46 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.122.46 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.46 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.45 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.122.45 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.122.45 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.122.44 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.122.44 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.44 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.122.43 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.43 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.122.43 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_bank_ruby-0.122.42 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_id_ruby-0.122.42 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.42 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
ory-client-1.15.10 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/yaml_events.rb
cybrid_api_organization_ruby-0.122.41 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb