Class: Denumerator

Inherits:
Enumerator show all
Includes:
Denumerable
Defined in:
lib/core/facets/denumerable.rb

Overview

Denumerator

A class like Enumerator, but which has ‘lazy’ versions of map, select etc.

Method Summary

Methods included from Denumerable

#map, #reject, #select, #skip, #take

Methods inherited from Enumerator

#_start, #fx, #initialize, #old_initialize

Constructor Details

This class inherits a constructor from Enumerator