We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f44b1 commit 1a3ba1bCopy full SHA for 1a3ba1b
spec/ruby/core/unboundmethod/equal_value_spec.rb
@@ -97,7 +97,7 @@
97
(@includer == @includee).should == true
98
end
99
100
- ruby_version_is "4.1" do
+ ruby_bug "#21873", ""..."4.1" do
101
it "returns true if same method is present in an object through module inclusion" do
102
(@mixin == @includer_base).should == true
103
(@includer_base == @mixin).should == true
0 commit comments