Class: HamlLint::Tree::RootNode

Inherits:
Node
  • Object
show all
Defined in:
lib/haml_lint/tree/root_node.rb

Overview

Represents the root node of a HAML document that contains all other nodes.

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