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