# File lib/mash.rb, line 79
  def [](key)
    key = convert_key(key)
    regular_reader(key)
  end