From 84d9a292fecc922d4e2cf7b3992e91a182f28b46 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 24 Jun 2006 16:27:34 +0000 Subject: Cant use separate module [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4490 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/enumerable.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/core_ext/enumerable.rb b/activesupport/lib/active_support/core_ext/enumerable.rb index 4de520f4ed..41ccc62afb 100644 --- a/activesupport/lib/active_support/core_ext/enumerable.rb +++ b/activesupport/lib/active_support/core_ext/enumerable.rb @@ -1,5 +1,3 @@ -require File.dirname(__FILE__) + '/enumerable/injections' - module Enumerable #:nodoc: # Collect an enumerable into sets, grouped by the result of a block. Useful, # for example, for grouping records by date. -- cgit v1.2.3