Getting started
  • Introduction to course
  • More Free Resources to Learn Complete​​ Ruby
  • Env setup
  • irb
  • sample ruby code
  • white spaces
  • line endings
  • Identifiers and reserved words
  • commenting
  • begin
  • end
  • oops
  • class creation
  • variables
  • object creation
  • method class obj
  • Practical 1
  • math arithmatic
  • comparision
  • assignment operators
  • logical operators
  • if else
  • unless
  • case
  • loops
  • methods
  • Bonus Lecture: Awesome Resources