🔴 Ruby Arrays

Arrays in Ruby are ordered, integer-indexed collections of any object type. They can hold numbers, strings, or other arrays.

🖥️ Example: Creating and Accessing Arrays

Output will appear here...

📖 Array Methods

💡 Tip: Arrays can store mixed data types in Ruby — numbers, strings, booleans, even other arrays.