= private = protected
&(other)
Returns a new ipaddr built by bitwise AND.
# File lib/ipaddr.rb, line 114 def &(other) return self.clone.set(@addr & coerce_other(other).to_i) end