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 b135898 commit 21cec5fCopy full SHA for 21cec5f
lib/thor/core_ext/hash_with_indifferent_access.rb
@@ -39,7 +39,7 @@ def fetch(key, *args)
39
end
40
41
def slice(*keys)
42
- super(*keys.map{ convert_key(_1) })
+ super(*keys.map{ |key| convert_key(key) })
43
44
45
def key?(key)
0 commit comments