PHP 8.2.31
Preview: streaming.rb Size: 637 B
/proc/thread-self/root/opt/alt/ruby21/lib64/ruby/2.1.0/psych/streaming.rb

module Psych
  module Streaming
    module ClassMethods
      ###
      # Create a new streaming emitter.  Emitter will print to +io+.  See
      # Psych::Stream for an example.
      def new io
        emitter      = const_get(:Emitter).new(io)
        class_loader = ClassLoader.new
        ss           = ScalarScanner.new class_loader
        super(emitter, ss, {})
      end
    end

    ###
    # Start streaming using +encoding+
    def start encoding = Nodes::Stream::UTF8
      super.tap { yield self if block_given?  }
    ensure
      finish if block_given?
    end

    private
    def register target, obj
    end
  end
end

Directory Contents

Dirs: 4 × Files: 17

Name Size Perms Modified Actions
handlers DIR
- drwxr-xr-x 2024-03-03 22:43:08
Edit Download
json DIR
- drwxr-xr-x 2024-03-03 22:43:08
Edit Download
nodes DIR
- drwxr-xr-x 2024-03-03 22:43:08
Edit Download
visitors DIR
- drwxr-xr-x 2024-03-03 22:43:08
Edit Download
1.88 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
2.02 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
751 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
2.49 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
234 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
7.02 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
2.33 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
45 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
1.64 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
4.24 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
44 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
893 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
637 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
555 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
2.05 KB lrw-r--r-- 2023-07-26 14:22:11
Edit Download
206 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download
160 B lrw-r--r-- 2023-07-26 14:22:11
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).