Home / Report Question

Q. What is the purpose of the detect method in Ruby enumerators?
  • A. Combines all elements in a collection into a single value
  • B. Checks if any element satisfies a given condition
  • C. Finds the first element that satisfies a given condition
  • D. Repeats the execution of a block of code for each element in a collection