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: Option D

Join The Discussion