Sha256: 9cbe2d0ef048700aef2969a9a7b26f448c7b2bbe9a4042f77dfc2a10dc66f349
Contents?: true
Size: 842 Bytes
Versions: 1
Compression:
Stored size: 842 Bytes
Contents
# 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).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_gems-0.2.2 | README.md |