with_padding()
Yields the given block with padding.
# File lib/bundler/vendor/thor/lib/thor/shell.rb, line 66 def with_padding shell.padding += 1 yield ensure shell.padding -= 1 end