# Coolkit [![Build Status](https://travis-ci.org/tcd/coolkit.svg?branch=master)](https://travis-ci.org/tcd/coolkit) [![Coverage Status](https://coveralls.io/repos/github/tcd/coolkit/badge.svg?branch=master)](https://coveralls.io/github/tcd/coolkit?branch=master) [![GitHub](https://img.shields.io/github/license/tcd/coolkit)](https://github.com/tcd/coolkit/blob/master/LICENSE.txt) Useful ruby code with no dependencies. ## Installation Add this line to your application's Gemfile: ```ruby gem "coolkit" ``` And then execute: ```shell bundle ``` Or install it yourself as: ``` gem install util ``` ## Usage ```ruby require "coolkit" ``` ### Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/tcd/coolkit. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).