What is the significance of using the include? method in Ruby's Enumerable module?
A. It checks if a collection includes a specific element
B. It includes a module into the current class
C. It iterates over each element of a collection
D. It creates a new collection by filtering elements based on a given condition
Answer: Option A

Join The Discussion