Raw text (no template functionality).
[Source]
# File lib/tilt/plain.rb, line 9 9: def self.engine_initialized? 10: true 11: end
# File lib/tilt/plain.rb, line 16 16: def evaluate(scope, locals, &block) 17: @output ||= data 18: end
# File lib/tilt/plain.rb, line 13 13: def prepare 14: end
[Validate]