Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
new()
public
Initialize base, mute and
padding to nil.
# File lib/bundler/vendor/thor/lib/thor/shell/basic.rb, line 9
def initialize #:nodoc:
@base = nil
@mute = false
@padding = 0
@always_force = false
end