Tilt::Template
# File lib/rabl/template.rb, line 13 def evaluate(context_scope, locals, &block) options = @options.merge(:source_location => file) ::Rabl::Engine.new(data, options).apply(context_scope, locals, &block).render end
Generated with the Darkfish Rdoc Generator 2.