Tilt::Template
The template source is evaluated as a Ruby string. The #{} interpolation syntax can be used to generated dynamic output.
# File lib/tilt.rb, line 363 def precompiled_template(locals) @code end
# File lib/tilt.rb, line 359 def prepare @code = "%Q{#{data}}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.