# File lib/facet/integer/evenodd?.rb, line 10
  def even?
    self % 2 == 0
  end