There was an error while loading. Please reload this page.
object_id
equal?
1 parent 8937279 commit 63deef4Copy full SHA for 63deef4
lib/reline/kill_ring.rb
100644
100755
@@ -14,7 +14,7 @@ def initialize(str)
14
end
15
16
def ==(other)
17
- object_id == other.object_id
+ equal?(other)
18
19
20
0 commit comments