2007-05-09から1日間の記事一覧

Enumerableモジュール

RubyのEnumerableで重要なメソッドとPythonのメソッドとの対応表は以下のもの。 Ruby Python collect map find_all, select filter inject reduce sort_by sorted また、Rubyのは、Pythonのcmpと同等なもの。Pythonではmap、filterはもちろん関数でなくリス…