method
odd?
odd?()
public
Hide source
# File activesupport/lib/active_support/core_ext/integer/even_odd.rb, line 18 def odd? !even? end