# File lib/mcollective/vendor/systemu/lib/systemu.rb, line 165 def quietly v = $VERBOSE $VERBOSE = nil yield ensure $VERBOSE = v end