dry-rb / dry-logic

Predicate logic with rule composition
https://dry-rb.org/gems/dry-logic/
MIT License
179 stars 66 forks source link

Allow for nested check operations in Ruby 3.0 #82

Closed oleander closed 3 years ago

oleander commented 3 years ago

When nesting two Operations::Check calls

This PR should resolve both problems.