Source: ruby-columnize Section: ruby Maintainer: Debian Ruby Team Uploaders: Nandaja Varma Build-Depends: debhelper-compat (= 14), gem2deb Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-columnize.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-columnize Homepage: https://github.com/rocky/columnize Testsuite: autopkgtest-pkg-ruby Package: ruby-columnize Architecture: all Multi-Arch: foreign Description: Ruby library to format arrays as column-aligned strings 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.