There was an error while loading. Please reload this page.
1 parent a31d67a commit a379529Copy full SHA for a379529
1 file changed
lib/dry/system/importer.rb
@@ -50,7 +50,7 @@ def [](name)
50
51
# @api private
52
def key?(name)
53
- registry.key?(name)
+ registry.key?(name.to_s)
54
end
55
alias_method :namespace?, :key?
56
0 commit comments