Project

coolkit

0.0
No release in over 3 years
Low commit activity in last 3 years
Useful ruby code with no dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Coolkit

Gem Build Status Coverage Status GitHub Documentation

Useful ruby code with no dependencies.

Installation

Add gem "coolkit" to your application's Gemfile and then run bundle.

Or install it yourself as gem install coolkit

Usage

If you want to use one of the core extensions, it needs to be required explicitly. This allows users to make use of coolkit's general functions without monkeypatching the standard library.

require "coolkit"

hash = {"key" => [{"k" => :v}, {"k" => 5}]}
Coolkit.symbolize_keys(hash) #=> {:key => [{:k => :v}, {:k => 5}]}

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.