Start streaming using encoding
encoding
# File ruby-3.1.2/ext/psych/lib/psych/streaming.rb, line 18 def start encoding = Nodes::Stream::UTF8 super.tap { yield self if block_given? } ensure finish if block_given? end
# File ruby-3.1.2/ext/psych/lib/psych/streaming.rb, line 25 def register target, obj end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.