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 a255d2d commit 6e027b7Copy full SHA for 6e027b7
lib/ruby_saml/utils.rb
@@ -399,6 +399,7 @@ def generate_uuid(prefix = nil)
399
prefix = prefix.is_a?(FalseClass) ? nil : prefix || UUID_DEFAULT_PREFIX
400
"#{prefix}#{SecureRandom.uuid}"
401
end
402
+ # @deprecated Use #generate_uuid
403
alias_method :uuid, :generate_uuid
404
405
# Given two strings, attempt to match them as URIs using Rails' parse method. If they can be parsed,
0 commit comments