Method: CF::CLI#table

Defined in:
lib/cf/cli.rb

#table(headers, rows) ⇒ Object



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