Organizing Structures

Get familiar with Ruby's classes and modules

We'll cover the following

Ruby has two basic concepts for organizing methods: classes and modules. We will cover each in turn.

Classes

Here’s a Ruby class definition:

Get hands-on with 1200+ tech skills courses.