# File lib/ipaddr.rb, line 134
  def ~
    return self.clone.set(addr_mask(~@addr))
  end