Enumerable ModuleEnumerable is a Module or mixin.The Enumerable mixin provides collection classes with several traversal and searching methods, and with the ability to sort.Example of Enumerable Objects:#ArraysHashesSome popular methods:#mapcollectsumselecteachResources:#https://ruby-doc.org/core-3.0.0/Enumerable.html