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