git_time_extractor
git_time_extractor copied to clipboard
Extract the CSV writer to it's own Ruby class
...and let me choose if I want JSON, just in case... ;-)
Right. That's the benefit of extracting the output into a writer pattern. Then any number of writers can be implemented as subclasses/implementers of the interface.