Skip to content

Commit a0c13e8

Browse files
committed
Remove freeze from class var
1 parent 6c51d87 commit a0c13e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/onelogin/ruby-saml/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Utils
3434
$)x.freeze
3535

3636
UUID_PREFIX = '_'
37-
@@prefix = '_'.freeze
37+
@@prefix = '_'
3838

3939
# Checks if the x509 cert provided is expired.
4040
#

0 commit comments

Comments
 (0)