lib/tilt/plain.rb in tilt-2.0.1 vs lib/tilt/plain.rb in tilt-2.0.2
- old
+ new
@@ -4,13 +4,9 @@
module Tilt
# Raw text (no template functionality).
class PlainTemplate < Template
self.default_mime_type = 'text/html'
- def self.engine_initialized?
- true
- end
-
def prepare
end
def evaluate(scope, locals, &block)
@output ||= data