method
find
find(p1 = v1)
public
Register or
log in
to add new notes.
tadman -
April 1, 2009
MattStopa -
March 11, 2012
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.
0 thanks


