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