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.
1 parent 3bbf21c commit d96c424Copy full SHA for d96c424
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