# File lib/merb-core/core_ext/mash.rb, line 109
  def delete(key) 
    super(convert_key(key)) 
  end