class Psych::Coder

def represent_map tag, map

Emit a sequence with +map+ and +tag+
def represent_map tag, map
  @tag = tag
  self.map = map
end