Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/streamingライブラリ > Psych::Streamingモジュール

module Psych::Streaming

クラスの継承リスト: Psych::Streaming

要約

特異メソッド

new

[TODO]

Create a new streaming emitter. Emitter will print to +io+. See Psych::Stream for an example.

start(encoding = Nodes::Stream::UTF8)

[TODO]

Start streaming using +encoding+

module Psych::Streaming