aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendor/thor/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendor/thor/base.rb')
-rw-r--r--lib/bundler/vendor/thor/base.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/vendor/thor/base.rb b/lib/bundler/vendor/thor/base.rb
index 08a234d1..9798cb7e 100644
--- a/lib/bundler/vendor/thor/base.rb
+++ b/lib/bundler/vendor/thor/base.rb
@@ -336,6 +336,7 @@ class Thor
def no_tasks
@no_tasks = true
yield
+ ensure
@no_tasks = false
end