Class: HamlLint::Tree::CommentNode
- Defined in:
- lib/haml_lint/tree/comment_node.rb
Overview
Represents a visible XHTML comment in a HAML document.
Instance Attribute Summary
Attributes inherited from Node
#children, #line, #parent, #type
Method Summary
Methods inherited from Node
#find, #initialize, #inspect, #next_node, #source_code, #successor, #text
Constructor Details
This class inherits a constructor from HamlLint::Tree::Node