divoxx / rubyxt
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
rubyxt /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Changelog.txt | ||
| |
License.txt | ||
| |
Rakefile | ||
| |
Readme.txt | ||
| |
lib/ | ||
| |
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>

