lib/asciidoctor/converter/composite.rb in asciidoctor-1.5.5 vs lib/asciidoctor/converter/composite.rb in asciidoctor-1.5.6

- old
+ new

@@ -30,10 +30,10 @@ transform ||= node.node_name (converter_for transform).convert node, transform, opts end # Alias for backward compatibility. - alias :convert_with_options :convert + alias convert_with_options convert # Public: Retrieve the converter for the specified transform. # # Returns the matching [Converter] object def converter_for transform