render_template(template_file, out_file = nil)
Instance Public methods
Load and render the erb template in the given template_file
and write it out to out_file
.
Both template_file
and out_file
should be
Pathname-like objects.
An io will be yielded which must be captured by binding in the caller.
Please login to continue.