class Herb::AST::HTMLCommentNode
def to_hash
def to_hash super.merge({ comment_start: comment_start, children: children, comment_end: comment_end, }) end
def to_hash super.merge({ comment_start: comment_start, children: children, comment_end: comment_end, }) end