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 41d8974 commit a0b8bb6Copy full SHA for a0b8bb6
2 files changed
Gemfile
@@ -8,7 +8,7 @@ group :development do
8
gem "rake"
9
gem "rake-compiler"
10
gem "test-unit"
11
- gem "test-unit-ruby-core"
+ gem "test-unit-ruby-core", ">= 1.0.7"
12
gem "all_images", "~> 0" unless RUBY_PLATFORM =~ /java/
13
14
if ENV['BENCHMARK']
test/json/ractor_test.rb
@@ -8,16 +8,6 @@
end
class JSONInRactorTest < Test::Unit::TestCase
- unless Ractor.method_defined?(:value)
- module RactorBackport
- refine Ractor do
- alias_method :value, :take
15
- end
16
17
-
18
- using RactorBackport
19
20
21
def test_generate
22
pid = fork do
23
r = Ractor.new do
0 commit comments