# File lib/merb-core/vendor/facets/dictionary.rb, line 397
  def has_key?(key)
    @hash.has_key?(key)
  end