class Psych::Coder

def []= k, v

def []= k, v
  @type = :map
  @map[k] = v
end