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