class Dry::Logic::Rule

def args_with_names(*input)

def args_with_names(*input)
  parameters.map(&:last).zip(args + input)
end