Skip to content

Commit a88ff32

Browse files
hsbtmatzbot
authored andcommitted
[ruby/uri] Revert "Alias value or join to take in old Ruby"
This reverts commit ruby/uri@443ed0cf8540. ruby/uri@9e51838a04
1 parent ac1dfee commit a88ff32

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/uri/test_common.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ def test_extract
7474
def test_ractor
7575
return unless defined?(Ractor)
7676
assert_ractor(<<~RUBY, require: 'uri')
77-
class Ractor
78-
alias value take unless method_defined? :value # compat with Ruby 3.4 and olders
79-
end
8077
r = Ractor.new { URI.parse("https://ruby-lang.org/").inspect }
8178
assert_equal(URI.parse("https://ruby-lang.org/").inspect, r.value)
8279
RUBY

0 commit comments

Comments
 (0)