diff options
| -rw-r--r-- | lib/asciidoctor/interdoc_reftext/processor.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/asciidoctor/interdoc_reftext/processor.rb b/lib/asciidoctor/interdoc_reftext/processor.rb index 724a154..22f6822 100644 --- a/lib/asciidoctor/interdoc_reftext/processor.rb +++ b/lib/asciidoctor/interdoc_reftext/processor.rb @@ -82,7 +82,7 @@ module Asciidoctor::InterdocReftext      # @param document [Asciidoctor::Document] the document to process.      def process(document) -      resolver = @resolver_class.new(document, @resolver_opts) +      resolver = @resolver_class.new(document, **@resolver_opts)        document.instance_variable_set(RESOLVER_VAR_NAME, resolver)        nil      end |