Bugs: Browse | Submit New | Admin
Currently this produces an exception: test.rb:53:in `eql?': Cannot compare Foo to Bar (TypeError) from test.rb:53 But it should instead return false. <=>, <, and > should continue to raise an exception, because there is no ordering for different enum types.
Add A Comment: