RedTools

RESOURCES

DESCRIPTION

RedTools is a uniform collection of interfaces to common Ruby project development tools.

USAGE

RedTools can be used as a function module:

RedTools::RDoc.document

Or included in another namespace.

module MyStuff
  include RedTools

  RDoc.document
end

WARNING: Do not include RedTools at the TOPLEVEL. That RedTools class names may conflict with the library names that they utilize. For example, the RedTools::RDoc class would conflict with the RDoc module from the rdoc gem.

REQUIREMENTS

To utilize all of the built-in tools the following gems need to be installed:

There is no need to depend-on or install a library if you don’t plan to use a particular tool that requires it.

LICENSE

(GPL v3)

Copyright © 2011 Thomas Sawyer

See COPYING.rdoc and GPL3.txt for details.