MyGems
An example of Fizz Buzz.
Installation
Add this line to your application's Gemfile:
gem 'my_gems'
And then execute:
$ bundle
Or install it yourself as:
$ gem install my_gems
Usage
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.