Left to right, btw, includes the receiver therefore being first and the block being last.
- Evan
I have to admit that I only made a cursory glance over the RubySpec,
looking where I figured it would be, but found nothing.
> There is lots of code that depends on this ordering (Rubinius for a time used a right to left ordering which broke things).
My tests confirmed this order on MRI, but I wasn’t sure if anyone had
actually specified it as required.
Thank you for your answer!
It's required in so far as matz has stated it's left to right on ruby-core before and ruby code depends on it. :)