269 270 271 272 273
# File 'lib/vmc/cli.rb', line 269 def table(headers, rows) tabular( !quiet? && headers.collect { |h| h && b(h) }, *rows) end