# File lib/ipaddr.rb, line 119
  def |(other)
    return self.clone.set(@addr | coerce_other(other).to_i)
  end