BestLottery
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'best_lottery'
And then execute:
$ bundle
Or install it yourself as:
$ gem install best_lottery
Usage
- Open IRB in your terminal
- Type BestLottery::Random.new.numbers
- You will get an array containing 6 random numbers
- The range on numbers is between 0 to 60
Have Fun !!!
More updates coming soon.....
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/best_lottery/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