PHP 8.2.31
Preview: streaming.rb Size: 483 B
//proc/thread-self/root/opt/alt/ruby20/lib64/ruby/2.0.0/psych/streaming.rb

module Psych
  module Streaming
    ###
    # Create a new streaming emitter.  Emitter will print to +io+.  See
    # Psych::Stream for an example.
    def initialize io
      super({}, self.class.const_get(:Emitter).new(io))
    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: 15

Name Size Perms Modified Actions
handlers DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
json DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
nodes DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
visitors DIR
- drwxr-xr-x 2024-03-03 22:43:38
Edit Download
2.02 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
751 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
2.46 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
7.02 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
2.33 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
45 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
1.64 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
4.01 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
44 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
851 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
483 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
553 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
2.05 KB lrw-r--r-- 2023-07-26 14:09:00
Edit Download
206 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download
160 B lrw-r--r-- 2023-07-26 14:09:00
Edit Download

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