1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/psych] Use Ractor constant for ignoreing condition

https://github.com/ruby/psych/commit/cc5f957327
This commit is contained in:
Hiroshi SHIBATA 2021-05-10 17:38:45 +09:00
parent ce67549c50
commit 230d559f6b

View file

@ -47,4 +47,4 @@ class TestPsychRactor < Test::Unit::TestCase
assert_equal true, r
RUBY
end
end if defined?(Test::Unit::TestCase)
end if defined?(Ractor)