Ruby Fundamentals
  • Introduction to the Course
  • The Ruby Programming Language – a quick introduction
  • Cheatsheet: Downloads and Essential Resources
  • Strings
  • Cheatsheet: Strings
  • The Ruby Language
Object Orientation
  • Classes and Objects
  • Class Variables and Class Methods
  • Cheatsheet: Object Orientation
  • Object Orientation
Modules and Attributes
  • Attributes (or ‘properties’)
  • Modules and Mixins
  • Cheatsheet: Modules and Attributes
  • Modules and Attributes
Arrays and Hashes
  • Arrays
  • Hashes
  • Cheatsheet: Arrays and Hashes
  • Arrays and Hashes
Loops and iterators
  • Simple loops
  • while, until, loop
  • Cheatsheet: Loops
  • Loops
Blocks and Files
  • Blocks and Procs
  • Files and IO
  • Cheatsheet: Blocks and Files
  • Blocks and IO
  • Final Quiz
  • And Finally