module Gemmy::Patches::StringPatch::InstanceMethods::Exclude
Public Instance Methods
exclude?(str)
click to toggle source
facets
# File lib/gemmy/patches/string_patch.rb, line 221 def exclude?(str) !include?(str) end