Sha256: 9b2f7cf5982e1cf62159e6245ad3eee83b67245a84d0f1cbb701f48da3930789

Contents?: true

Size: 488 Bytes

Versions: 6277

Compression:

Stored size: 488 Bytes

Contents

# frozen_string_literal: true
module Psych
  module JSON
    module RubyEvents # :nodoc:
      def visit_Time o
        formatted = format_time o
        @emitter.scalar formatted, nil, nil, false, true, Nodes::Scalar::DOUBLE_QUOTED
      end

      def visit_DateTime o
        visit_Time o.to_time
      end

      def visit_String o
        @emitter.scalar o.to_s, nil, nil, false, true, Nodes::Scalar::DOUBLE_QUOTED
      end
      alias :visit_Symbol :visit_String
    end
  end
end

Version data entries

6,277 entries across 6,274 versions & 27 rubygems

Version Path
mux_ruby-3.20.0 vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych/json/ruby_events.rb
cybrid_api_bank_ruby-0.123.12 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_organization_ruby-0.123.12 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_id_ruby-0.123.12 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_bank_ruby-0.123.11 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_organization_ruby-0.123.11 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_id_ruby-0.123.11 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_id_ruby-0.123.10 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_bank_ruby-0.123.10 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_organization_ruby-0.123.10 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_organization_ruby-0.123.7 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_id_ruby-0.123.7 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_bank_ruby-0.123.7 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
ory-client-1.15.12 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/json/ruby_events.rb
cybrid_api_bank_ruby-0.123.4 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_id_ruby-0.123.4 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_organization_ruby-0.123.4 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_bank_ruby-0.123.3 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_organization_ruby-0.123.3 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
cybrid_api_id_ruby-0.123.3 vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb