Spine::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' }