Searching for: Type Methods in Ruby
Constructor
Language: Ruby

A constructor is a special method that builds the object when a new object is created.

Class Declaration & Structure
Language: Ruby

Classes are a blueprint for creating individual objects that contain the general characteristics of a defined object type.

Local Variable Declaration
Language: Ruby

Used to declare a variable outside of a class.