# File lib/ipaddress/prefix.rb, line 189
    def hostmask
      [~to_u32].pack("N").unpack("CCCC").join(".")
    end