mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 22:13:47 -04:00
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
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.
|