Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > psych/coderライブラリ > Psych::Coderクラス > map

instance method Psych::Coder#map

map(tag = self.tag, style = self.style)
map(tag = self.tag, style = self.style) { ... }

[TODO]

Emit a map. The coder will be yielded to the block.

class Psych::Coder