Vidyalelo
Ruby Programming · Q14

Blocks and Procs in Ruby

Programming · Ruby Programming · question 14

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board