An open API service indexing awesome lists of open source software.

https://github.com/dcoxall/tooled

A collection of helpful classes and modules for Ruby
https://github.com/dcoxall/tooled

Last synced: about 2 months ago
JSON representation

A collection of helpful classes and modules for Ruby

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/FreakyDazio/tooled.png)](https://travis-ci.org/FreakyDazio/tooled)

# Tooled

Small, tested, independant classes that can be used to help keep ruby code clean and simple by avoiding the over-use of `Hash` and making use of commonly ignored features such as implementing the arithmetic methods (`+`, `-`, `/`, `*`).

I started this gem as I enjoy writting underlying classes and implementing many of the libraries I have enjoyed from other languages and tools.

## Installation

Add this line to your application's Gemfile:

gem 'tooled'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tooled

## Usage

Usage is as simple as installing the gem and then using the classes in your own code.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request