# File lib/bundler/vendor/thor/shell/basic.rb, line 32
      def padding=(value)
        @padding = [0, value].max
      end