Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.69 KB

Ruby Basics

Goals

After this exercise, a student will be able to:

  • Run ruby files from the command line
  • Write programs using basic ruby concepts from previous knowledge and information found in reference material
  • Use tracker to prioritize stories

Tech skill learned

  • Ruby language constructs
  • Running code using irb to try things out
  • Running code from a file at the command line

Resources

Warning: Some of the online material may not be compatible with your version of Ruby but it is free.

Also see the Learning Resources document in the Google Drive.

Exercise

Greetings

  1. Import and prioritize the stories. They are located in this repository named stories.csv
  2. Fork and clone this repo
  3. Create a submission on students
  4. Start a story
  5. Commit and push
  6. Finish the story
  7. Repeat 4-6