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