Examveda

What is the purpose of the Enumerable#reduce method in Ruby?

A. It filters elements of a collection based on a given condition

B. It transforms each element of a collection using a given block

C. It sorts elements of a collection based on a given criteria

D. It combines all elements of a collection into a single value using a binary operation

Answer: Option D


This Question Belongs to Ruby Programming >> Advanced Topics In Ruby

Join The Discussion

Related Questions on Advanced Topics in Ruby