From 9f42f732a420ba77a5a2193cdc15ebb61ce2dda8 Mon Sep 17 00:00:00 2001 From: John Kelly Date: Thu, 20 Dec 2012 00:24:49 -0800 Subject: Remove Reference to Ruby 1.8.7 --- activesupport/lib/active_support/core_ext/array/wrap.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/array/wrap.rb b/activesupport/lib/active_support/core_ext/array/wrap.rb index 05b09a4c7f..1245768870 100644 --- a/activesupport/lib/active_support/core_ext/array/wrap.rb +++ b/activesupport/lib/active_support/core_ext/array/wrap.rb @@ -29,8 +29,7 @@ class Array # # [*object] # - # which for +nil+ returns [nil] (Ruby 1.8.7) or [] (Ruby - # 1.9), and calls to Array(object) otherwise. + # which for +nil+ returns [], and calls to Array(object) otherwise. # # Thus, in this case the behavior may be different for +nil+, and the differences with # Kernel#Array explained above apply to the rest of objects. -- cgit v1.2.3