Project

General

Profile

Actions

Bug #18671

closed

ruby2_keywords_hash not #equal? to itself with __send__

Added by Eregon (Benoit Daloze) about 3 years ago. Updated about 3 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]
[ruby-core:108123]

Description

h = {a: 1}
h = Hash.ruby2_keywords_hash(h)
args = [h]

p h.equal?(h) # => true
p h.__send__(:equal?, *args) # => false
Actions

Also available in: Atom PDF

Like0
Like0Like0