Sha256: d6f365841d840640727253b81e911b693d2509307a320731b7c54395639984e9
Contents?: true
Size: 166 Bytes
Versions: 54
Compression:
Stored size: 166 Bytes
Contents
class String # The inverse of String#include?. Returns true if the string does not include the other string. def exclude?(string) !include?(string) end end
Version data entries
54 entries across 54 versions & 4 rubygems