-
Name
-
columnize
-
Version
-
0.9.0
-
Platform
-
ruby
-
Authors
-
Rocky Bernstein
-
Bindir
-
bin
-
Date
-
2014-12-05 00:00:00 UTC
-
Dependencies
-
rdoc (>= 0, development)
rake (~> 10.1.0, development)
-
Description
-
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.
-
Email
-
rockyb@rubyforge.net
-
Extra rdoc files
-
README.md
lib/columnize.rb
COPYING
THANKS
-
Files
-
.gitignore
.travis.yml
AUTHORS
COPYING
ChangeLog
Gemfile
Gemfile.lock
Makefile
NEWS
README.md
Rakefile
THANKS
columnize.gemspec
lib/Makefile
lib/columnize.rb
lib/columnize/Makefile
lib/columnize/columnize.rb
lib/columnize/opts.rb
lib/columnize/version.rb
test/test-columnize-array.rb
test/test-columnize.rb
test/test-columnizer.rb
test/test-hashparm.rb
test/test-issue3.rb
test/test-min_rows_and_colwidths.rb
-
Homepage
-
https://github.com/rocky/columnize
-
Licenses
-
Ruby
GPL2
-
Rdoc options
-
--main
README
--title
Columnize 0.9.0 Documentation
-
Require paths
-
lib
-
Required ruby version
-
>= 1.8.2
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
columnize
-
Rubygems version
-
1.8.23
-
Specification version
-
3
-
Summary
-
Module to format an Array as an Array of String aligned in columns
-
Original platform
-
ruby
-
New platform
-
ruby