This way it's more obvious that the method is supposed to return a boolean. When upgrading rubocop, we get a `Naming/PredicateMethod` error due to `.find` returning a boolean.
This way it's more obvious that the method is supposed to return a boolean. When upgrading rubocop, we get a `Naming/PredicateMethod` error due to `.find` returning a boolean.