Getting Started with Ruby


Overview/Description
Target Audience
Prerequisites
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Ruby is an open source, all-purpose programming language that has become increasingly popular with the advent of its associated web development framework, Ruby on Rails. In this course, you'll learn the essentials of the Ruby language, including classes and methods, program flow and operators. You'll also learn about working with data types and error handling.

Target Audience
Programmers who want to learn the fundamentals of the Ruby programming language

Prerequisites
None

Expected Duration (hours)
2.1

Lesson Objectives

Getting Started with Ruby

  • start the course
  • outline the features of Ruby
  • become familiar with the Ruby IRB and run a Ruby program
  • work with Ruby editors
  • become familiar with common data types in Ruby and how to work with variables in Ruby
  • work with the nil class in Ruby
  • use I/O in Ruby programs
  • define a class and use the to_s method in Ruby
  • create a class instance in Ruby
  • work with methods in Ruby
  • implement inheritance in Ruby
  • use if statements in Ruby
  • use case expressions in Ruby
  • use iterators in Ruby
  • work with while and until loops in Ruby
  • use for loops and ranges in Ruby
  • use logical, comparison and mathematical operators in Ruby statements
  • work with strings in Ruby
  • work with symbols in Ruby
  • work with numbers in Ruby
  • work with booleans in Ruby
  • work with date and time values in Ruby
  • work with constants in Ruby
  • use parallel assignment in Ruby
  • work with exceptions in Ruby
  • practice using basic Ruby structures to create a Ruby program
  • Course Number:
    pg_ruby_a01_it_enus

    Expertise Level
    Beginner