Hello. My question is about the methods mentioned in the subject.
-
[fact] Rails mixes in any? and none? from Enumerable.
-
[fact] Rails overrides any? to use nice feature of testing with COUNT query. rails/relation.rb at a419a4d9ade48e777166ff956dd7bb24e37b2181 · rails/rails · GitHub
-
[problem] Rails does not override none? method, instead it relies on empty?.
Why not alias none? to empty?