method
exclude?
v4.2.1 -
Show latest stable
- Class:
Enumerable
exclude?(object)public
The negative of the Enumerable#include?. Returns true if the collection does not include the object.
exclude?(object)The negative of the Enumerable#include?. Returns true if the collection does not include the object.