Method: GrafanaReporter::Asciidoctor::AnnotationsTableIncludeProcessor#handles?

Defined in:
lib/grafana_reporter/asciidoctor/annotations_table_include_processor.rb

#handles?(target) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)
[View source]

43
44
45
# File 'lib/grafana_reporter/asciidoctor/annotations_table_include_processor.rb', line 43

def handles?(target)
  target.start_with? 'grafana_annotations'
end