Sonezaki ========= [![Code Climate](https://codeclimate.com/github/darthjee/sonezaki/badges/gpa.svg)](https://codeclimate.com/github/darthjee/sonezaki) [![Test Coverage](https://codeclimate.com/github/darthjee/sonezaki/badges/coverage.svg)](https://codeclimate.com/github/darthjee/sonezaki/coverage) [![Issue Count](https://codeclimate.com/github/darthjee/sonezaki/badges/issue_count.svg)](https://codeclimate.com/github/darthjee/sonezaki) [![Gem Version](https://badge.fury.io/rb/sonezaki.svg)](https://badge.fury.io/rb/sonezaki) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9836de08612e46b889c7978be2b72a14)](https://www.codacy.com/manual/darthjee/sonezaki?utm_source=github.com&utm_medium=referral&utm_content=darthjee/sonezaki&utm_campaign=Badge_Grade) [![Inline docs](http://inch-ci.org/github/darthjee/sonezaki.svg?branch=master)](http://inch-ci.org/github/darthjee/sonezaki) ![sonezaki](https://raw.githubusercontent.com/darthjee/sonezaki/master/sonezaki.png) Gem used for storing and accessing data during debugging sessions Current Release: [0.0.1](https://github.com/darthjee/sonezaki/tree/0.0.1) [Next release](https://github.com/darthjee/sonezaki/compare/0.0.1...master) Yard Documentation ------------------- [https://www.rubydoc.info/gems/sonezaki/0.0.1](https://www.rubydoc.info/gems/sonezaki/0.0.1) Installation --------------- - Install it ```ruby gem install sonezaki ``` - Or add Sonezaki to your `Gemfile` and `bundle install`: ```ruby gem 'sonezaki' ``` ```bash bundle install sonezaki ```