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