Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psychライブラリ > Psych::Emitterクラス > start_mapping

instance method Psych::Emitter#start_mapping

start_mapping(anchor, tag, implicit, style) -> Psych::Emitter

[TODO]

Start emitting a YAML map with +anchor+, +tag+, an +implicit+ start and end, and +style+.

自身を返します。

[SEE_ALSO] Psych::Handler#start_mapping

class Psych::Emitter