class Dry::Logic::Rule::Set

def apply(input)

def apply(input)
  rules.map { |rule| rule.(input) }
end