296 297 298
# File 'lib/gonzui/util.rb', line 296 def vprintf(format, *args) printf(format + "\n", *args) if @@verbosity end