class Dry::Logic::Rule::Interface

def curried_args

def curried_args
  @curried_args ||= ::Array.new(curried) { "@arg#{_1}" }
end