mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00: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.