Primify

Welcome to primify! This a prime number generator which will help you generate first n prime numbers. You just have to call generate method of Prime class and pass it an number and it will generate and return Prime numbers

Installation

Add this line to your application's Gemfile:

gem 'primify'

And then execute:

$ bundle

Or install it yourself as:

$ gem install primify

Usage

You can Use it by simply requiring primify's Prime class

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/primify.

License

The gem is available as open source under the terms of the MIT License.