Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/kernel.rb
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ def =~(obj)
end

def ===(other)
`#{self} == other`
self == other
end

def <=>(other)

0 comments on commit 050f137

Please sign in to comment.