module Dry::Logic::Predicates::Methods

def excluded_from?(list, input)

def excluded_from?(list, input)
  !list.include?(input)
end