Method: BookLab::SML::Rules::Plantuml.match?

Defined in:
lib/booklab/sml/rules/plantuml.rb

.match?(node) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/booklab/sml/rules/plantuml.rb', line 5

def self.match?(node)
  tag_name(node) == "plantuml"
end