sds/haml-lint

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

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