# File lib/backports/1.8.7/integer.rb, line 11
  def odd?
    !even?
  end