From 389b081e374e0c6f2c124837439628684cd4f704 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 28 Mar 2009 23:38:21 -0700 Subject: Unneeded util require --- activesupport/lib/active_support/core_ext.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') 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 -- cgit v1.2.3