Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.18 KB

Spine::Symbolize

Gem Version Dependency Status Test Coverage Code Climate security Inline docs Codeship Status for rspine/symbolize

Symbolizes hash keys.

Installation

To install it, add the gem to your Gemfile:

gem 'spine-symbolize'

Then run bundle. If you're not using Bundler, just gem install spine-symbolize.

Usage

Spine::Symbolize.keys({ 'abc' => '123' })
# => { abc: '123' }