method
find
Ruby latest stable (v1_8_7_72)
-
1 note -
Class: Enumerable
find(...)
public
Register or
log in
to add new notes.
tadman -
April 1, 2009
1 thank
Returns the element, not block result
Enumerable#find will always return the element that is found, not the result of the block provided.

