Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.41 KB

project1.md

File metadata and controls

47 lines (35 loc) · 1.41 KB
front_matter_title layout navigation_weight permalink title show_in_nav
default
3
/project1/
Project 1
false

Project 1: Learning Ruby with RubyKoans

The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries.

To complete this project follow the instructions on the RubyKoans page. You will need to download the project, run the script as ruby path_to_enlightenment.rb to see which file to change next in order to make the tests pass. Once you update all the required files and all 282 tests pass, upload the result to GitHub and fill in the submission form below.

Project Submission

{% if site.project1_submission %} <{{site.project1_submission}}> {% else %}

  • Submission link will be posted at start of quarter

{% endif %}

Requirements

Provide a link to the GitHub repository which contains the ruby-koans folder with the files updated so that all tests pass.

Verification Script

ruby path_to_enlightenment.rb should pass all 282 asserts.

Other Resources