mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
parent
52d85c0efb
commit
9991edcc41
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ module TestDigestRactor
|
|||
|
||||
def test_s_hexdigest
|
||||
assert_in_out_err([], <<-"end;", ["true", "true"], [])
|
||||
class Ractor
|
||||
alias value take
|
||||
end unless Ractor.method_defined? :value # compat with Ruby 3.4 and olders
|
||||
|
||||
$VERBOSE = nil
|
||||
require "digest"
|
||||
require "#{self.class::LIB}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue