Q14
What does the block_given? method do in Ruby?
A.
Checks if a proc has been passed to the current method
B.
Checks if a lambda has been passed to the current method
C.
Checks if a method has been passed to the current block
D.
Checks if a block has been passed to the current method
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board