Module Enumerable
In: lib/rgl/enumerable_ext.rb

Methods

length  

Public Instance methods

Fixnum()

Return the number of elements of the Enumerable. Same as size but not all Enumerables implement size.

[Validate]