Module to format an Array into a single string with embedded newlines, On printing the string, the columns are aligned.
Return a string from an array with embedded newlines formatted so that when printed the columns are aligned. See below for examples and options to the main method +columnize+.
Columnize is copyright (C) 2007-2011, 2013 Rocky Bernstein <rockyb@rubyforge.net>
All rights reserved. You can redistribute and/or modify it under the same terms as Ruby.
Also available in Python (columnize), and Perl (Array::Columnize)