Class: Tenjin::SafeEngine
Constant Summary
Constants inherited from Engine
Instance Attribute Summary
Attributes inherited from Engine
#cache, #data_cache, #lang, #layout, #path, #postfix, #prefix, #preprocess, #templateclass
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ SafeEngine
constructor
A new instance of SafeEngine.
Methods inherited from Engine
#cachename, data_cache, data_cache=, #get_template, #register_template, #render, template_cache, template_cache=, #to_filename
Constructor Details
#initialize(options = {}) ⇒ SafeEngine
Returns a new instance of SafeEngine.
1598 1599 1600 1601 |
# File 'lib/tenjin.rb', line 1598 def initialize(={}) [:templateclass] = SafeTemplate super() end |