-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The classes chapter should get additional units:
- Your first class
- how to define a class
- Inheritance:
- how to inherit from another class
- about the ancestor chain and Ruby method lookup
- Scopes and defining methods:
- about restricting visibility: public, protected and private
- how to define a method
- about class methods and instance methods
Reactions are currently unavailable