class Herb::AST::HTMLCommentNode
def initialize(type, location, errors, comment_start, children, comment_end)
def initialize(type, location, errors, comment_start, children, comment_end) super(type, location, errors) @comment_start = comment_start @children = children @comment_end = comment_end end