Have you ever forgotten the name of an operator while working with Ruby? If so, you’re not alone, I also forget their names from time to time. And that’s why I have the following resources in my bookmarks:
- https://github.com/anildigital/ruby-operators/blob/master/public/operators.json
- https://www.visualmode.dev/ruby-operators
- https://github.com/JuanitoFatas/what-do-you-call-this-in-ruby
- https://kddnewton.com/2023/07/20/ruby-operators.html On these websites, you can find new operators (whose existence you never even knew existed) and alternative names for well-known operators. If you have some free time right now, be sure to check these resources out. You’ll find some fascinating reading.