module Gemmy::Patches::IntegerPatch::InstanceMethods::Odd

Public Instance Methods

odd?() click to toggle source
# File lib/gemmy/patches/integer_patch.rb, line 89
def odd?
  ! even?
end