This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make an expectation _about_ 'matcher == VALUE' for linter
my prior '.==(VALUE)' solution passed linting on modern rubies, but apparently on older rubies it still caused a message like possibly useless use of == in void context This added expectation doesn't _entirely_ belong, but it's not completely out of place, and it convinces the linter/parser not to worry.
- Loading branch information