Skip to content

jarvisan/test_gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestGem

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

Installation

Add this line to your application's Gemfile:

gem 'test_gem'

And then execute:

$ bundle

Or install it yourself as:

$ gem install test_gem

Usage

require in desiered file, it runs by passing a number to main

Contributing

  1. Fork it ( https://github.com/[my-github-username]/test_gem/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

FizzBuzz gem test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages