📜  ruby 找到较低数字的数组对象 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:19.648000             🧑  作者: Mango

代码示例3
array.max_by do |element|
  element.field
end