Profile
What is Ruby? Enlightened Posted on: Oct 17, 2025 In: Ruby

Ruby basics

  • Dynamic OOP language
  • Static language
  • Scripting language
  • Markup language
Profile
What is a Ruby Class? Enlightened Posted on: Oct 17, 2025 In: Ruby

Class basics

  • Defines objects
  • Stores variable
  • Runs loop
  • Executes function
Profile
What is a Ruby Object? Enlightened Posted on: Oct 17, 2025 In: Ruby

Object basics

  • Instance of a class
  • Variable
  • Loop
  • Function
Profile
What is Ruby Inheritance? Enlightened Posted on: Oct 17, 2025 In: Ruby

Inheritance basics

  • Inherits properties
  • Stores data
  • Runs loop
  • Executes function
Profile
What is Ruby Module? Enlightened Posted on: Oct 17, 2025 In: Ruby

Module basics

  • Collection of methods
  • Stores variable
  • Runs loop
  • Executes function