Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
with_padding()
public
Yields the given block with padding.
# File lib/bundler/vendor/thor/lib/thor/shell.rb, line 66
def with_padding
shell.padding += 1
yield
ensure
shell.padding -= 1
end