Method: Consyncful::Stats#print_stats
- Defined in:
- lib/consyncful/stats.rb
#print_stats ⇒ Object
29 30 31 32 33 |
# File 'lib/consyncful/stats.rb', line 29 def print_stats puts Rainbow("Added: #{@stats[:records_added]}, \ updated: #{@stats[:records_updated]}, \ deleted: #{@stats[:records_deleted]}").blue end |