Class: Asciidoctor::Chart::Converter::Base
- Inherits:
-
Object
- Object
- Asciidoctor::Chart::Converter::Base
- Defined in:
- lib/asciidoctor/chart/converter.rb
Direct Known Subclasses
Html5C3jsConverter, Html5ChartistConverter, Html5ChartjsConverter
Instance Method Summary collapse
Instance Method Details
#handles?(type) ⇒ Boolean
7 8 9 |
# File 'lib/asciidoctor/chart/converter.rb', line 7 def handles? type respond_to? %(convert_#{type}_chart) end |