Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
padding=(value)
public
Sets the output padding, not allowing less than zero values.
# File lib/bundler/vendor/thor/lib/thor/shell/basic.rb, line 33
def padding=(value)
@padding = [0, value].max
end