# File lib/ice_cube/builders/hash_builder.rb, line 13
    def []=(key, value)
      @hash[key] = value
    end