TFG::Support
A collection of handy helpers and extensions to the Ruby core library. Should only contain application-nonspecific code that is of general use.
Installation
Add this line to your application's Gemfile:
gem "tfg_support"
And then execute:
$ bundle
This gem does not depend on active_support, however, if you with to use Hash#with_indifferent_equality you must ensure that active_support is loaded before tfg_support.
Documentation
The codebase is documented using yard.
Documentation can be viewed in the source tree or at RubyDoc.
Versioning
This project uses Semantic Versioning.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a Pull Request