Text::Format
fork¶ ↑
Ruby 1.9 Update¶ ↑
Updated this gem so it works with Ruby 2.0.0. Do not use this gem if you're using for Ruby versions <1.9.2.
###
About¶ ↑
Text::Format
is provides the ability to nicely format fixed-width text with knowledge of the writeable space (number of columns), margins, and indentation settings. Text::Format
can work with either TeX::Hyphen or Text::Hyphen to hyphenate words when formatting.
License¶ ↑
Text::Format
is originally based on the Perl library of the same name by Gábor Egressy. Licenced under Ruby’s licence. It is also available under the Perl Artistic licence.