class Psych::Coder

def [] k

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