Class | Tilt::RedClothTemplate |
In: |
lib/tilt/textile.rb
|
Parent: | Template |
RedCloth implementation. See: redcloth.org/
# File lib/tilt/textile.rb, line 21 21: def evaluate(scope, locals, &block) 22: @output ||= @engine.to_html 23: end