divoxx / rubyxt

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

This URL has Read+Write access

rubyxt /
name age message
file .gitignore Loading commit data...
file Changelog.txt
file License.txt
file Rakefile
file Readme.txt
directory lib/
directory spec/
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>