From 18ce0f517d5d454fc141326c0d83f831b36a3000 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 9 Nov 2009 23:29:17 +0100 Subject: AS guide: removes docs for even? and odd?, no longer in AS --- .../guides/source/active_support_core_extensions.textile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index ea1c0214d0..a30d18eaf0 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -825,19 +825,6 @@ The method +multiple_of?+ tests whether an integer is multiple of the argument: WARNING: Due the way it is implemented the argument must be nonzero, otherwise +ZeroDivisionError+ is raised. -h4. +even?+ and +odd?+ - -Integers in Ruby 1.8.7 and above respond to +even?+ and +odd?+, Active Support defines them for older versions: - - --1.even? # => false --1.odd? # => true - 0.even? # => true - 0.odd? # => false - 2.even? # => true - 2.odd? # => false - - h4. +ordinalize+ The method +ordinalize+ returns the ordinal string corresponding to the receiver integer: -- cgit v1.2.3