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.
Ractor.main?
1 parent bf756bc commit 91578f0Copy full SHA for 91578f0
test/stdlib/Ractor_test.rb
@@ -40,8 +40,7 @@ def test_main
40
41
def test_main?
42
if_ruby("3.4"...) do
43
- # FIXME: 3.4.0-rc1 ships with a bug that returns Integer instead of bool
44
- assert_send_type "() -> boolish", Ractor, :main?
+ assert_send_type "() -> bool", Ractor, :main?
45
end
46
47
0 commit comments