# File lib/extlib/mash.rb, line 108
  def except(*keys)
    super(*keys.map {|k| convert_key(k)})
  end