summaryrefslogtreecommitdiff
path: root/misc/ruby-columnize/DESCR
blob: caf461aace76f27e8169da35a0956f2b9583805c (plain)
1
2
3
4
5
6
7
8
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.