# File lib/map.rb, line 344
  def [](key)
    key = convert_key(key)
    __get__(key)
  end