Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/streamライブラリ

library psych/stream

要約

クラス

class Psych::Stream

Psych::Stream is a streaming YAML emitter. It will not buffer your YAML, but send it straight to an IO.

library psych/stream