Is something like this possible in Ruby (method overloading with pattern matching)? (from https://www.toptal.com/ruby/ruby-pattern-matching-tutorial)
@apotonick well, technically I wrote a gem for this 10 years ago 🙈 https://github.com/katafrakt/noaidi
@apotonick but as for more native solution, as far as I can tell it's not possible. Since pattern matching in Ruby is an afterthought and cannot be used standalone, it's pretty much limited to what is implemented by core Ruby.