aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb')
-rw-r--r--lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb b/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
index 40d201d9..78bc5cf4 100644
--- a/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
+++ b/lib/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rb
@@ -65,7 +65,7 @@ class Thor
else
self[$1] == args.first
end
- else
+ else
self[method]
end
end