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