class Psych::Coder

def map= map

Emit a map with +value+
def map= map
  @type = :map
  @map  = map
end