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 5b7c863 commit 30cf94aCopy full SHA for 30cf94a
test/test-ractor.rb
@@ -11,6 +11,6 @@ class RactorTest < Test::Unit::TestCase
11
r = Ractor.new do
12
[1, 2, 3, 4].mean
13
end
14
- assert_equal(2.5, r.take)
+ assert_equal(2.5, r.value)
15
16
0 commit comments