# File lib/extlib/mash.rb, line 74
  def fetch(key, *extras)
    super(convert_key(key), *extras)
  end