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