mirror of
https://github.com/ruby/ruby.git
synced 2026-08-05 23:40:42 +08:00
Highlight the performance advantages of calling `string.split` with a block, instead of `string.split.each` with the same block. Includes other minor formatting corrections.