sds/haml-lint

View on GitHub
lib/haml_lint/tree/comment_node.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module HamlLint::Tree
  # Represents a visible XHTML comment in a HAML document.
  class CommentNode < Node
  end
end