class Herb::AST::ERBEnsureNode

def initialize(type, location, errors, tag_opening, content, tag_closing, statements)

def initialize(type, location, errors, tag_opening, content, tag_closing, statements)
  super(type, location, errors)
  @tag_opening = tag_opening
  @content = content
  @tag_closing = tag_closing
  @statements = statements
end