# MyGems [![CircleCI](https://circleci.com/gh/ogom/my_gems.svg?style=svg)](https://circleci.com/gh/ogom/my_gems) [![Maintainability](https://api.codeclimate.com/v1/badges/6f5c5954dab8565b1a9c/maintainability)](https://codeclimate.com/github/ogom/my_gems/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/6f5c5954dab8565b1a9c/test_coverage)](https://codeclimate.com/github/ogom/my_gems/test_coverage) An example of Fizz Buzz. ## Installation Add this line to your application's Gemfile: ```ruby gem 'my_gems' ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install my_gems ``` ## Usage ```ruby fizz_buzz = MyGems::FizzBuzz.new(3) fizz_buzz.say # "Fizz" ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).