Sha256: c0be6d616fda6ea1b56b70937f6d3917d732fd1dcd78216a3c231a8d9523ebef
Contents?: true
Size: 68 Bytes
Versions: 1
Compression:
Stored size: 68 Bytes
Contents
class String def exclude?(string) !include?(string) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy_support-1.0.0 | lib/happy_support/core_ext/string/exclude.rb |