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