Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Odd

Defined in:
lib/gemmy/patches/integer_patch.rb

Instance Method Summary collapse

Instance Method Details

#odd?Boolean

Returns:

  • (Boolean)


89
90
91
# File 'lib/gemmy/patches/integer_patch.rb', line 89

def odd?
  ! even?
end