Closed casperisfine closed 2 years ago
Might not be the best alternative, since for example RSpec takes eq
to mean ==
.
But the only alternative I can suggest is the third person singular inflection: eqls?
and not_eqls?
.
How about a more verbose is_eql?(foo)
and not_eql?(foo)
How about a more verbose is_eql?(foo) and not_eql?(foo)
Sounds good to me.
Closing in favor of #98
Fix: https://github.com/dry-rb/dry-logic/issues/92
I totally understand that this is a breaking API change but I figured it's worth a try.