Enumerable module of PicoRuby

Instance methods

collect

instance.collect[U] () { (Elem arg0) -> U } -> ::Array[U]

each_with_index

instance.each_with_index() { (Elem, Integer index) -> untyped } -> self
Tags: