From 35afad620bf4b005fda3415d026efc4d7d671246 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 22 Apr 2009 00:34:08 -0700 Subject: ActiveSupport.core_ext bridge util no longer used --- activesupport/lib/active_support/core_ext/util.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 activesupport/lib/active_support/core_ext/util.rb (limited to 'activesupport') diff --git a/activesupport/lib/active_support/core_ext/util.rb b/activesupport/lib/active_support/core_ext/util.rb deleted file mode 100644 index fc4666638c..0000000000 --- a/activesupport/lib/active_support/core_ext/util.rb +++ /dev/null @@ -1,10 +0,0 @@ -module ActiveSupport - class << self - def core_ext(subject, names) - names.each do |name| - require "active_support/core_ext/#{Inflector.underscore(subject.name)}/#{name}" - subject.send :include, Inflector.constantize("ActiveSupport::CoreExtensions::#{subject.name}::#{Inflector.camelize(name)}") - end - end - end -end -- cgit v1.2.3