This guy discovered a CodeWars hack that tricks the tests into passing.
class NilClass
def ==(_)
true
end
end
def mymethod
end
I don't like the idea of cheating, but it's still an interesting trick and speaks somewhat to the silliness of relying on scores or grades.