# File lib/backports/1.8.7/integer/odd.rb, line 3
    def odd?
      !self[0].zero?
    end