Method: GrafanaReporter::Asciidoctor::AnnotationsTableIncludeProcessor#handles?
- Defined in:
- lib/grafana_reporter/asciidoctor/annotations_table_include_processor.rb
permalink #handles?(target) ⇒ Boolean
:nodoc:
43 44 45 |
# File 'lib/grafana_reporter/asciidoctor/annotations_table_include_processor.rb', line 43 def handles?(target) target.start_with? 'grafana_annotations' end |