instance method IPAddr#to_i

to_i -> Integer[permalink][rdoc][edit]

整数に変換します。

例:

require "ipaddr"
p IPAddr.new("0.0.1.0").to_i   # => 256