I'm experimenting with a simple template rendering solution that leverages Ruby's native String
formatting.
It feels a little bit like Mustache templates.
Note that this demo adds new "formatting specifiers" to support Rainbow color mechanics.
Tip
See the files below for the implementation... and note that this is simply a proof of concept (POC)