summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/interdoc_reftext/processor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asciidoctor/interdoc_reftext/processor.rb')
-rw-r--r--lib/asciidoctor/interdoc_reftext/processor.rb2
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