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