lib/haml_lint/tree/plain_node.rb



# frozen_string_literal: true

module HamlLint::Tree
  # Represents a node that contains plain text.
  class PlainNode < Node
  end
end