Ruby Primer

Go to class
Write Review

Free Online Course: Ruby Primer provided by Independent is a comprehensive online course. The course is taught in English and is free of charge.

Overview
  • Learn Ruby, today. You want to learn Ruby for fun, for a new job, or just to see what all the fuss is about?

Syllabus
  • Introduction To Ruby Objects

    • 00. Introduction to Objects
    • 01. More Objects and Methods
    • 02. Syntactic Sugar for Special Methods
    Introduction to Strings
    • 00. Introduction to Strings
    • 01. String Basics
    • 02. Advanced String Operations
    Conditions and Loops: Control Structures in Ruby
    • 00. Boolean Expressions in Ruby
    • 01. The if..else construct
    • 02. Loops in Ruby
    Arrays in Ruby
    • 00. Introduction to Arrays
    • 01. Basic Array Operations
    • 02. Iteration
    Hashes in Ruby
    • 00. Introduction to Ruby Hashes
    • 01. Hashes, in and out.
    Classes and Object Oriented Programming in Ruby
    • 00. Classes
    • 01. Building your own class
    Introduction to Ruby Methods
    • 01. Being Methodical
    • 02. Calling a method
    Introduction to Lambdas and Blocks
    • 01. Lambdas In Ruby
    • 02. Blocks in Ruby
    Introduction to Modules
    • 01. Getting Modular
    • 02. Modules as Namespaces
    Introduction to I/O
    • 01. Streams
    • 02. Using the `File` Class