whitequark / parser

A Ruby parser.
Other
1.59k stars 199 forks source link

- fix a false positive for endless method definition #796

Closed koic closed 3 years ago

koic commented 3 years ago

Fixes: #795.

This PR fixes false positives that comparison methods recognizes as a setter method.

koic commented 3 years ago

Thank you for your review. I've updated this PR.

iliabylich commented 3 years ago

@koic Thanks!

koic commented 3 years ago

Thanks too!