aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext.rb
blob: 52706c3d7adb02b17da8dd27317ccccd64771b02 (plain) (tree)
1
2
3
4

                                                                                  
              
   
DEPRECATED_FILES = ["#{File.dirname(__FILE__)}/core_ext/struct.rb"]
(Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"] - DEPRECATED_FILES).each do |path|
  require path
end