Flowdock
method

enum_cons

Importance_1
v1_8_6_287 - Show latest stable - 1 note - Class: Enumerable
enum_cons(p1) public

Returns Enumerable::Enumerator.new(self, :each_cons, n).

Show source
Register or log in to add new notes.
August 23, 2008
0 thanks

Needs requiring 'enumerator' to work

This method needs that you

require 'enumerator'

for this method to be available.