# File lib/rq-2.3.1/util.rb, line 173 def system(*args, &block) #--{{{ begin verbose = $VERBOSE $VERBOSE = nil Kernel::system(*args, &block) ensure $VERBOSE = verbose end #--}}} end