From: Michael Morin Date: 2009-01-21T01:48:37+09:00 Subject: Re: issue using method 'odd?' Jes�s Gabriel y Gal�n wrote: > Ruby 1.8 doesn't have an odd? method per se. Rail's ActiveSupport adds > one to Integer. The code is quite simple, so I wouldn't require active > support only for this: Ruby 1.8.7 has odd? uzimonkey@WOPRJr:~$ ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux] uzimonkey@WOPRJr:~$ ruby -e 'puts 1.odd?' true