Class Array
In: documentation.rb
Parent: Object

Methods

send_each  

Public Instance methods

Call Object#send(method, *args) on every object in the array. Implemented in C, so this is much faster that using Array#each for simple method calls.

[Validate]