# File lib/bundler/vendor/thor/shell.rb, line 68 def with_padding shell.padding += 1 yield ensure shell.padding -= 1 end