# File lib/asciidoctor/extensions.rb, line 577 def initialize name = nil, config = {} super config @name = name || @config[:name] @config[:content_model] ||= :attributes end
# File lib/asciidoctor/extensions.rb, line 583 def process parent, target, attributes raise ::NotImplementedError, %Q(#{MacroProcessor} subclass #{self.class} must implement the ##{__method__} method) end