class Dry::Logic::Rule

def curry(*new_args)

def curry(*new_args)
  with(args: args + new_args)
end