1 min readMay 11, 2018
Hi Rodrigo!
Ah, there’s a really simple explanation for this. It’s a typo ;-)
Ruby string interpolation uses “string #{variable}” syntax — and muscle memory being what it is, I used the wrong one. I’ve updated the Gist now to use the ${} syntax.
Thanks for commenting!