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 9
def initialize(*args, &blk)
  @newline_pending = 0
  super
end