We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfa400b + d96c424 commit 697319fCopy full SHA for 697319f
activesupport/lib/active_support/core_ext.rb
@@ -1,6 +1,5 @@
1
# frozen_string_literal: true
2
3
Dir.glob(File.expand_path("core_ext/*.rb", __dir__)).sort.each do |path|
4
- next if path.end_with?("core_ext/uri.rb")
5
require path
6
end
0 commit comments