exclude?(object)
Instance Public methods
The negative of the Enumerable#include?. Returns
true if the collection does not include the object.
The negative of the Enumerable#include?. Returns
true if the collection does not include the object.
Please login to continue.