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 25d100f commit fb32a09Copy full SHA for fb32a09
lib/ruby_saml/xml.rb
@@ -7,6 +7,7 @@
7
require 'digest/sha2'
8
9
module RubySaml
10
+ # Utility module for working with XML.
11
module XML
12
extend self
13
@@ -112,6 +113,4 @@ def get_algorithm_attr(element)
112
113
require 'ruby_saml/xml/signed_document'
114
115
# @deprecated This alias adds compatibility with v1.x and will be removed in v2.1.0
-unless defined?(XMLSecurity)
116
- XMLSecurity = RubySaml::XML
117
-end
+XMLSecurity = RubySaml::XML unless defined?(XMLSecurity)
0 commit comments