aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-28 23:38:21 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-28 23:38:21 -0700
commit389b081e374e0c6f2c124837439628684cd4f704 (patch)
tree90998d08d1353d6393c508618d53d4fadcecdf53 /activesupport/lib/active_support/core_ext.rb
parent699d2146fc71c9abfe15f1cc0fa0a9a8bfc0f2f3 (diff)
downloadrails-389b081e374e0c6f2c124837439628684cd4f704.tar.gz
rails-389b081e374e0c6f2c124837439628684cd4f704.tar.bz2
rails-389b081e374e0c6f2c124837439628684cd4f704.zip
Unneeded util require
Diffstat (limited to 'activesupport/lib/active_support/core_ext.rb')
-rw-r--r--activesupport/lib/active_support/core_ext.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext.rb b/activesupport/lib/active_support/core_ext.rb
index d9b7a5b058..46a8609dd7 100644
--- a/activesupport/lib/active_support/core_ext.rb
+++ b/activesupport/lib/active_support/core_ext.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/util'
Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"].sort.each do |path|
require "active_support/core_ext/#{File.basename(path, '.rb')}"
end