method
even?
even?()
public
Hide source
# File activesupport/lib/active_support/core_ext/integer/even_odd.rb, line 14 def even? multiple_of? 2 end