From 9482554f31f3ac7f941e6239890c60fcc01975e1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 15 Aug 2011 16:56:33 -0500 Subject: Added Array#prepend as an alias for Array#unshift and Array#append as an alias for Array#<< [DHH] --- activesupport/lib/active_support/core_ext/array.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/core_ext/array.rb') diff --git a/activesupport/lib/active_support/core_ext/array.rb b/activesupport/lib/active_support/core_ext/array.rb index 4688468a8f..268c9bed4c 100644 --- a/activesupport/lib/active_support/core_ext/array.rb +++ b/activesupport/lib/active_support/core_ext/array.rb @@ -5,3 +5,4 @@ require 'active_support/core_ext/array/conversions' require 'active_support/core_ext/array/extract_options' require 'active_support/core_ext/array/grouping' require 'active_support/core_ext/array/random_access' +require 'active_support/core_ext/array/prepend_and_append' -- cgit v1.2.3