I was looking for documentation for the block variants of Array#index
and/or Array#find_index methods at http://www.ruby-doc.org/core/classes/Array.html
but could not find anything (I do see the object variant of
Array#index). Are they documented elsewhere ?
I was looking for documentation for the block variants of Array#index
and/or Array#find_index methods at class Array - RDoc Documentation
but could not find anything (I do see the object variant of
Array#index). Are they documented elsewhere ?
On Nov 6, 5:04 pm, Bug Free <amberar...@yahoo.com> wrote:
I was looking for documentation for the block variants of Array#index
and/or Array#find_index methods athttp://www.ruby-doc.org/core/classes/Array.html
but could not find anything (I do see the object variant of
Array#index). Are they documented elsewhere ?