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