的哈希我有以下幾點:遍歷數組
@products = {
2 => [
#<Review id: 9, answer01: 3, score: 67, style_id: 2, consumer_id: 2,
branch_id: 2, business_id: 2>
],
15 => [
#<Review id: 10, answer01: 3, score: 67, style_id: 2, consumer_id: 2,
branch_id: 2, business_id: 2>,
#<Review id: 11, answer01: 3, score: 67, style_id: 2, consumer_id: 2,
branch_id: 2, business_id: 2>
]
}
我要平均每個產品的散列鍵相關聯的所有評論的分數。我怎樣才能做到這一點?
請添加解決方案作爲答案並接受它。 – Mischa
我知道,你必須等一會兒纔可以。請儘可能接受它。或者,如果你想要很好接受Aaron Perley的回答;-) – Mischa
完成。謝謝Aaron – Abram