Pairin' with Aaron: Hacking on method_missing

Опубликовано: 12 Июль 2026
на канале: Tenderlove's Cool Stuff
831
like

This time we're going to hack on "method_missing". Specifically we're going to try improving the performance of methods with signatures similar to this: `def method_missing(x, ...); end` where we have a `...` in the signature, but also some leading positional variables.

I'll have ‪@jhawthorn1‬ as a guest this time!