# File lib/hashery/dictionary.rb, line 244
    def [] key
      @hash[ key ]
    end