注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
=begin Let me propose Enumerable#with for an alias of Enumerable#each_with_object or replace of i... =begin Let me propose Enumerable#with for an alias of Enumerable#each_with_object or replace of it. Enumerable#each_with_objectのエイリアス、またはその置き換えとして、Enumerable#withを提案します。 ##Reason ##理由 When you create a hash using Enumerable#inject, you should ensure that the block return the hash. Enumerable#injectを使ってハッシュを生成するときには、ブロックの返り値としてハッシュが返ることを保証する必要があります。 words.inject(Hash.new(0)) { |h, word| h[word] +=
2012/10/28 リンク