Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 642 Bytes

prerequisites.md

File metadata and controls

10 lines (8 loc) · 642 Bytes

Prerequisites

Readers should have an intermediate level of understanding of Ruby and a laptop with Ruby >= 1.9.2 installed (you can use RVM to do this).

In order to help prospective readers evaluate whether they are prepared for this course, take this short self-assessment questionnaire. You should be able to answer these questions with relative ease in order to get the most out of the exercises.

  • Are you familiar with the command line?
  • Have you ever refactored existing Ruby code?
  • Have you ever written unit tests?
  • Have you ever written YAML by hand?
  • Have you ever used instance_eval, class_eval, or module_eval?