class Haml::ErubisTemplateHandler
Public Class Methods
new(*args, &blk)
click to toggle source
Calls superclass method
# File lib/haml/helpers/safe_erubis_template.rb, line 5 def initialize(*args, &blk) @newline_pending = 0 super end