From 98553a5574a37f96b90acb8dcfa64b4c15a93de4 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Sun, 6 May 2012 11:12:54 -0700 Subject: Keep all methods in object/deep_dup --- activesupport/lib/active_support/core_ext/array/deep_dup.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 activesupport/lib/active_support/core_ext/array/deep_dup.rb (limited to 'activesupport/lib/active_support/core_ext/array') diff --git a/activesupport/lib/active_support/core_ext/array/deep_dup.rb b/activesupport/lib/active_support/core_ext/array/deep_dup.rb deleted file mode 100644 index 82f9805236..0000000000 --- a/activesupport/lib/active_support/core_ext/array/deep_dup.rb +++ /dev/null @@ -1,6 +0,0 @@ -class Array - # Returns a deep copy of array. - def deep_dup - map { |it| it.deep_dup } - end -end -- cgit v1.2.3