Ruby 1.8でEnumeratorを使うには、require 'enumerator'が必要だが、Ruby 1.9(及び1.8.7)ではEnumeratorは組み込み済みなので、requireは不要である。