src code

instance method Enumerable#all

Enumerable#all([iterator = Prototype.K[, context]]) → Boolean

Determines whether all the elements are boolean-equivalent to true, either directly or through computation by the provided iterator.

Aliased as: Enumerable#every