%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/opt/alt/ruby20/lib64/ruby/2.0.0/psych/visitors/
Upload File :
Create Path :
Current File : //proc/self/root/opt/alt/ruby20/lib64/ruby/2.0.0/psych/visitors/json_tree.rb

require 'psych/json/ruby_events'

module Psych
  module Visitors
    class JSONTree < YAMLTree
      include Psych::JSON::RubyEvents

      def initialize options = {}, emitter = Psych::JSON::TreeBuilder.new
        super
      end

      def accept target
        if target.respond_to?(:encode_with)
          dump_coder target
        else
          send(@dispatch_cache[target.class], target)
        end
      end
    end
  end
end

Zerion Mini Shell 1.0