# File lib/ipaddress/ipv6.rb, line 258
    def []=(index, value)
      @groups[index] = value
      initialize("#{IN6FORMAT % @groups}/#{prefix}")
    end