# File lib/core/facets/integer/odd.rb, line 30
    def even?
      self & 1 == 0  #self % 2 == 0
    end