# File lib/backports/2.5.0/integer/anybits.rb, line 4
  def anybits?(n)
    n = Backports.coerce_to_int(n)
    n & self != 0
  end