Flowdock
method

new

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Generator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

These similar methods exist in v2_5_5:

new(enum = nil, &block) public

Creates a new generator either from an Enumerable object or from a block.

In the former, block is ignored even if given.

In the latter, the given block is called with the generator itself, and expected to call the yield method for each element.

Show source
Register or log in to add new notes.