ruby-columnize

Ruby library to format arrays as column-aligned strings
  https://github.com/rocky/columnize
  0
  no reviews



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. This Ruby library helps in aligning so.

See Examples in the rdoc documentation for examples.