Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
mute()
public
Mute everything that’s inside given block
# File lib/bundler/vendor/thor/lib/thor/shell/basic.rb, line 18
def mute
@mute = true
yield
ensure
@mute = false
end