# File lib/extlib/dictionary.rb, line 401
  def key?(key)
    @hash.key?(key)
  end