General

Profile

sergeych (Sergey Chernov)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/08/2010

12:45 AM Backport191 Backport #3405 (Closed): overriding === on String causes exception when used with constants
=begin
~$ cat bug_===.rb
p RUBY_VERSION

class String
def === x
x == self
end
end

case '...
sergeych (Sergey Chernov)

Also available in: Atom