Intro to Ruby track will teach you just enough Ruby to fall in love with writing real software.
An Introduction to Learn
We’ll show you how to move through content (readings and code labs) on Learn, describe how Git & Github fit into the picture, and describe how the Learn CLI works.
Ruby Basics
We’ll give you a basic overview of Ruby: instance variables, methods, arrays, control flow, looping, user input/output and string manipulation.
Object Orientation
The track culminates in an introduction to the concept of object orientation. We’ll cover abstraction, have you build some simple classes, and refactor your code to reflect OO design principles.