Module Denumerable
In: lib/core/facets/denumerable.rb

Denumerable

Classes which include Enumerable::Filterable will get versions of map, select etc. which return a Filter, so that they work horizontally without creating intermediate arrays.

Methods

collect   find_all   map   reject   select   skip   take  

Public Instance methods

collect()

Alias for map

find_all()

Alias for select

Skip the first n items in the list

Limit to the first n items in the list

[Validate]