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