Meyet Vivien
Meyet Vivien
+1, that's kind of sad since we're only using those methods...
Good catch for the issue in the code. I like the DSL idea that might make it more extensible. it might simplify settings with inheritance depending on implementation. For the...
@jhund, that make sense to not break the OpenClose principle. That would mean not having ways to subtract or intersect and we only and always want to add available filters....
This is still an issue: ``` ruby nil == Semantic::Version.new('1.0.0') # false Semantic::Version.new('1.0.0') == nil # TypeError: can't dup NilClass // v1.4.1 # NoMethodError: undefined method `major' for nil:NilClass //...