map=(map)
Emit a map with value
# File ext/psych/lib/psych/coder.rb, line 73 def map= map @type = :map @map = map end