Method: DBA::Printer#print_table
- Defined in:
- lib/dba/printer.rb
#print_table(name, row_count) ⇒ Object
50 51 52 53 54 |
# File 'lib/dba/printer.rb', line 50 def print_table(name, row_count) rows = muted("#{row_count} rows") io.puts "#{name} #{rows}" end |