# File soap/property.rb, line 325

def inject(init)
result = init
each do |item|
result = yield(result, item)
end
result
end

相关文章:

  • 2021-08-27
  • 2021-09-21
  • 2021-10-20
  • 2021-04-11
  • 2021-09-11
  • 2021-08-02
猜你喜欢
  • 2021-11-23
  • 2021-08-29
  • 2021-12-22
  • 2021-11-13
  • 2021-11-23
  • 2021-12-12
  • 2021-12-27
相关资源
相似解决方案