# File lib/ipaddress/ipv6.rb, line 162
    def prefix=(num)
      @prefix = Prefix128.new(num)
    end