pkgsrc/misc/ruby-columnize/DESCR
taca 1a2861aea2 Update ruby-columnize to 0.9.0.
0.9.0 Dec 5, 2014  - Early gecko

0.8.9 Apr 19, 2014
- Add columnize method to Array class and a place to set its default options
- Add option :colfmt to allow a format specifier to use (e.g. '%02d')
  in stringifying
  list items
- Add option linesuffix (default is "\n")
- When using arrange_array each line now has trailing ","
2015-02-03 14:59:19 +00:00

8 lines
309 B
Text

Columnize is a module to format an Array as an Array of String aligned
in columns.
In showing a long lists, sometimes one would prefer to see the value
arranged aligned in columns. Some examples include listing methods
of an object or debugger commands.
See Examples in the rdoc documentation for examples.