We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4fed8 commit 80123f4Copy full SHA for 80123f4
lib/dry/initializer/mixin.rb
@@ -40,6 +40,7 @@ def option(name, type = nil, **options)
40
# @return [self]
41
#
42
def using(**settings, &block)
43
+ warn "[DEPRECATION] The method `using` will be removed in v0.10.0"
44
Scope.new(self, settings).instance_eval(&block)
45
self
46
end
0 commit comments