Class | Tilt::RedClothTemplate |
In: |
lib/sinatra/tilt.rb
|
Parent: | Template |
RedCloth implementation. See: redcloth.org/
# File lib/sinatra/tilt.rb, line 432 432: def evaluate(scope, locals, &block) 433: @engine.to_html 434: end