Q. 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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Checks if a block has been passed to the current method