module Dry::Logic::Predicates::Methods

def included_in?(list, input)

def included_in?(list, input)
  list.include?(input)
end