Skip to content

Commit a45a420

Browse files
committed
Defer loading XmlMini until it's needed
It's used for {Array,Hash}#to_xml, but that doesn't seem worth loading by default.
1 parent 0dbe699 commit a45a420

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

activesupport/lib/active_support/core_ext/array/conversions.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "active_support/xml_mini"
43
require "active_support/core_ext/hash/keys"
54
require "active_support/core_ext/string/inflections"
65
require "active_support/core_ext/object/to_param"

activesupport/lib/active_support/core_ext/hash/conversions.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

3-
require "active_support/xml_mini"
43
require "active_support/core_ext/object/blank"
54
require "active_support/core_ext/object/to_param"
65
require "active_support/core_ext/object/to_query"

0 commit comments

Comments
 (0)