# File lib/ipaddress/ipv4.rb, line 141
    def prefix=(num)
      @prefix = Prefix32.new(num)
    end