# File lib/merb-core/core_ext/hash.rb, line 136
  def only(*allowed)
    reject { |k,v| !allowed.include?(k) }
  end