method
render_template
v1_9_2_180 -
Show latest stable
-
0 notes -
Class: Darkfish
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180 (0)
- 1_9_3_125 (38)
- 1_9_3_392 (0)
- What's this?
render_template( template_file, context, outfile )
protected
Load and render the erb template in the given template_file within the specified context (a Binding object) and write it out to outfile. Both template_file and outfile should be Pathname-like objects.


