Cant use separate module [DHH]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4490 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2006-06-24 16:27:34 +00:00
parent fd0eaaa407
commit 84d9a292fe

View File

@@ -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.