aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext.rb
blob: f590605d848c5afab88239b896779af37f678f7a (plain) (tree)
1
2
3
4
5
                             
 
                                                                   
              
   
# frozen_string_literal: true

Dir.glob(File.expand_path("core_ext/*.rb", __dir__)).each do |path|
  require path
end