# File lib/merb-core/core_ext/mash.rb, line 80
  def fetch(key, *extras) 
    super(convert_key(key), *extras) 
  end