class Herb::AST::HTMLCloseTagNode
def initialize(type, location, errors, tag_opening, tag_name, tag_closing)
def initialize(type, location, errors, tag_opening, tag_name, tag_closing) super(type, location, errors) @tag_opening = tag_opening @tag_name = tag_name @tag_closing = tag_closing end