summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2020-12-20 21:39:56 -0500
committerMarc-André Lafortune <github@marc-andre.ca>2020-12-23 01:08:38 -0500
commit0eb94dae4aec58de06051cf89d555994838452f2 (patch)
tree4adef62f3c41c5a574ac02d43fae0e129782aa0c /ext/psych/lib/psych
parent0dd4896175f95c4c2a26d91a97b9fcb9a74cc0c6 (diff)
[ruby/psych] Freeze constants.
Improves Ractor-readiness.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3953
Diffstat (limited to 'ext/psych/lib/psych')
-rw-r--r--ext/psych/lib/psych/class_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/class_loader.rb b/ext/psych/lib/psych/class_loader.rb
index cfca86845a..f62798c36d 100644
--- a/ext/psych/lib/psych/class_loader.rb
+++ b/ext/psych/lib/psych/class_loader.rb
@@ -69,7 +69,7 @@ module Psych
rescue
nil
end
- }.compact]
+ }.compact].freeze
class Restricted < ClassLoader
def initialize classes, symbols