# File lib/ipaddress/prefix.rb, line 30
    def initialize(num)
      @prefix = num.to_i
    end