Fix non-existent method reference in Enumerator.produce document by pocke · Pull Request #3141 · ruby/ruby
Enumerator.produce document has a reference to Enumerable#slice, but Enumerable#slice does not exist. This pull request replaces it with Enumerable#slice_after. It exists, and used in the sample code.