Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 507 Bytes

README.markdown

File metadata and controls

22 lines (15 loc) · 507 Bytes

Ruby Training

Set of simple Ruby tasks that guide through learning process of Ruby and test driven development

Students: How to start

  1. Fork the repository
  2. Pick the task to solve (start with t0 and continue to harder ones)
  3. Copy the task file to students//
  4. Write a solution
  5. Send pull request

Improving

If you want to improve the contents/fix bugs feel free to:

  1. Fork the repository
  2. Create a new branch
  3. Improve/fix files in tasks directory
  4. Send pull request