Never deployed, for practice purposes only
This gem takes a number, n, as an upper limit and from 1 to n outputs Fizz if the number is divisible by 3, Buzz if by 5, FizzBuzz if by both or the number itself if neither is true
Add this line to your application's Gemfile:
gem 'test_gem'
And then execute:
$ bundle
Or install it yourself as:
$ gem install test_gem
require in desiered file, it runs by passing a number to main
- Fork it ( https://github.com/[my-github-username]/test_gem/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request