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 0297c55 commit 971b7deCopy full SHA for 971b7de
lib/psych/core_ext.rb
@@ -20,7 +20,7 @@ def to_yaml options = {}
20
21
# Up to Ruby 3.4, Set was a regular object and was dumped as such
22
# by Pysch.
23
-# Starting from Ruby 3.5 it's a core class written in C, so we have to implement
+# Starting from Ruby 4.0 it's a core class written in C, so we have to implement
24
# #encode_with / #init_with to preserve backward compatibility.
25
if defined?(::Set) && Set.new.instance_variables.empty?
26
class Set
0 commit comments