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!