EnumerableじゃないString 明示的に指定 Enumeratorを使う "foo\nbar".lines.each{...} "foo\nbar".chars.each{...} "foo\nbar".bytes.each{...}