method
exclude?
v5.1.7 -
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.