class Tilt::IndirectRawTemplate

Evaluate the source data, and return the content of the filename returned.

Protected Instance Methods

evaluate(scope, locals, &block) click to toggle source

Return the content of the filename returned.

   # File lib/tilt/indirect.rb
28 def evaluate(scope, locals, &block)
29   File.read(eval(data))
30 end
prepare() click to toggle source
   # File lib/tilt/indirect.rb
24 def prepare
25 end