wbailey / command_line_reporter

A gem for making it easy to produce a report while a ruby script is executing
Apache License 2.0
432 stars 23 forks source link

First pass at allowing tables to determine column widths. #5

Closed bmarini closed 12 years ago

bmarini commented 12 years ago

Could be optimized as it calculates widths every time Table#output is called right now, but hey, "make it work, make it right, make it fast" :)