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
- Host: GitHub
- URL: https://github.com/dcoxall/tooled
- Owner: dcoxall
- License: mit
- Created: 2013-05-24T11:55:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-28T07:42:38.000Z (almost 13 years ago)
- Last Synced: 2026-01-26T13:28:57.855Z (5 months ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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