# File lib/thor/shell/basic.rb, line 16
def
mute
@mute
=
true
yield
ensure
@mute
=
false
end