# File lib/ipaddress/ipv4.rb, line 760 def self.parse_u32(u32, prefix=32) self.new([u32].pack("N").unpack("C4").join(".")+"/#{prefix}") end