What is a block in Ruby?
A. A chunk of code that can be passed to methods as an argument
B. A data structure for storing multiple values
C. A special type of object that holds code to be executed
D. A method that can be invoked with different arguments
Answer: Option A
Join The Discussion