# File lib/active_support/core_ext/string/exclude.rb, line 3 def exclude?(string) !include?(string) end