text-reform

github.com/kschiess/text-reform/

DESCRIPTION:

Text::Reform reformats text according to formatting picture templates. It's a port from the Perl module of the same name originally by Damian Conway (damian@conway.org). Much of the documentation has been copied from the original documentation and adapted to the Ruby version.

The interface is subject to change, since it will undergo major Rubyfication; additionally, some features may have not been ported yet.

SYNOPSIS:

require 'text/reform'
f = Text::Reform.new

puts f.format(template, data)

REQUIREMENTS:

FUTURE ENHANCEMENTS:

INSTALL:

DEVELOPERS:

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, run the tests/specs, and generate the RDoc.

LICENSE:

Copyright © 2005, Kaspar Schiess. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Ruby License (see www.ruby-lang.org/en/LICENSE.txt) or the MIT License.