Returns a new ipaddr built by bitwise OR.
135 136 137
# File 'lib/ipaddr.rb', line 135 def |(other) return self.clone.set(@addr | coerce_other(other).to_i) end