Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 477 Bytes

ruby-newbie-bootcamp

Exercises for Ruby Newbie's Workshop.

Description

  • Challenge to Poker Hand Evaluation
  • Pure Ruby (not Rails) & Test Driven Development taste

Requirement

  • Ruby 2.5.3+

Installation

git clone https://github.com/enokizako/ruby-newbie-bootcamp.git
cd ruby-newbie-bootcamp
bundle install

Usage

ruby test/hand_test.rb

License

"ruby-newbie-bootcamp" is under MIT license.