我怎样才能做到这一点?
array.index{ |item| item.parent_id == 55 }
要找到该项目:
array.find{ |item| item.parent_id == 55 }