Module Debugger::ColumnizeFunctions
In: cli/ruby-debug/helper.rb

Methods

columnize  

Public Instance methods

Display a list of strings as a compact set of columns.

 Each column is only as wide as necessary.
 Columns are separated by two spaces (one was not legible enough).
 Adapted from the routine of the same name in cmd.py

[Validate]