aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext.rb
blob: 42e0acf66a04325560562114fce71e738019d374 (plain) (blame)
1
2
3
Dir.glob(File.expand_path("core_ext/*.rb", __dir__)).each do |path|
  require path
end