erb-file_out 0.1.1
By default, ERB compiles a script from the template and stores the result as a string in memory. This is not great when dealing with templates that could end up being very large after rendering. ERB::FileOut provides a way to write the result of a template to disk instead of storing it in memory.