represent_map(tag, map)
Emit a sequence with map and tag
# File ext/psych/lib/psych/coder.rb, line 53 def represent_map tag, map @tag = tag self.map = map end