I'd like to create a RangesList only for Ivy version ranges for usage in the `satisfies()` function. Would it be feasible to have a method like this? ```java public static RangesList create(String range, Processor... processors) ```
I'd like to create a RangesList only for Ivy version ranges for usage in the
satisfies()function.Would it be feasible to have a method like this?