GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: RubyXt is a set of ass-kicker utility classes and libraries that aims to provide powerful tools for the Ruby developer.
Clone URL: git://github.com/divoxx/rubyxt.git
rubyxt /
Readme.txt
= RubyXt

RubyXt is a set of ass-kicker utility classes and libraries that aims to provide powerful tools for the Ruby developer.

== Installation

RubyXt can be installed as a Rubygem:

  $ sudo gem install rubyxt
  
Or, can be downloaded as a tar.gz or .zip package from: http://rubyxt.rubyforge.org

If you want to live on edge or contribute with the project, the git repository is available at: 
git://github.com/rubyxt.git

== Libraries and Classes

These are the libraries included in the project:

RubyXt::BlankSlate:: BlankSlate is a class that doesn't have many of the inherited methods from Object and Module, 
useful for using as base class for proxy objects.

RubyXt::Inflector:: Set of methods to manipulate convert string into different formats

RubyXt::LogicExpression:: A library that makes 

== Project Information

*License*:: MIT License, distributes along the project as License.txt
*Author*:: Rodrigo Kochenburger <divoxx at gmail.com>