class Haml::SafeErubisTemplate
Public Instance Methods
Source
# File lib/haml/helpers/safe_erubis_template.rb, line 17 def initialize_engine end
Source
# File lib/haml/helpers/safe_erubis_template.rb, line 29 def precompiled_postamble(locals) [super, '@output_buffer.to_s'].join("\n") end
Calls superclass method
Source
# File lib/haml/helpers/safe_erubis_template.rb, line 25 def precompiled_preamble(locals) [super, "@output_buffer = ActionView::OutputBuffer.new;"].join("\n") end
Calls superclass method
Source
# File lib/haml/helpers/safe_erubis_template.rb, line 20 def prepare @options.merge! :engine_class => Haml::ErubisTemplateHandler super end
Calls superclass method