[`contains`](http://emberjs.com/api/classes/Ember.Array.html#method_contains) is implemented on `Ember.Array`, but [contains was renamed to includes in 2014](https://github.com/tc39/Array.prototype.includes/commit/4b6b9534582cb7991daea3980c26a34af0e76c6c) - should `contains` be deprecated in favour of an `includes` method in ember?