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