From 1a3ba1b6dd202ffe27d5adfc63e767684b559921 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 10 Feb 2026 16:18:50 +0100 Subject: Use a ruby_bug guard since this bug fix will likely be backported * And it should be tested on current versions of other Ruby implementations. --- spec/ruby/core/unboundmethod/equal_value_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby') diff --git a/spec/ruby/core/unboundmethod/equal_value_spec.rb b/spec/ruby/core/unboundmethod/equal_value_spec.rb index c2982766e9..2dcf08e155 100644 --- a/spec/ruby/core/unboundmethod/equal_value_spec.rb +++ b/spec/ruby/core/unboundmethod/equal_value_spec.rb @@ -97,7 +97,7 @@ describe "UnboundMethod#==" do (@includer == @includee).should == true end - ruby_version_is "4.1" do + ruby_bug "#21873", ""..."4.1" do it "returns true if same method is present in an object through module inclusion" do (@mixin == @includer_base).should == true (@includer_base == @mixin).should == true -- cgit v1.2.3