Enumerable Module

  • Enumerable 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:#

  • Arrays
  • Hashes

Some popular methods:#

  • map
  • collect
  • sum
  • select
  • each

Resources:#