# File lib/more/facets/dictionary.rb, line 409
  def key?(key)
    @hash.key?(key)
  end