lib/dry/system/auto_registrar.rb in dry-system-0.13.0 vs lib/dry/system/auto_registrar.rb in dry-system-0.13.1
- old
+ new
@@ -70,10 +70,10 @@
MagicCommentsParser.(file_name)
end
# @api private
def component(path, options)
- container.component(path, options)
+ container.component(path, **options)
end
# @api private
def root
container.root