Project

General

Profile

Actions

Bug #9814

closed

Improving documentation example for Enumerator#peek

Added by futureperfect (Erik Hollembeak) almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Assignee:
Target version:
ruby -v:
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
[ruby-core:62462]

Description

The existing example for Enumerator#peek doesn't effectively document the behavior when peeking after an enumerator has been entirely consumed. Rather, it documents the behavior of Enumerator#next.

This change more effectively demonstrates that StopIteration is raised when peeking beyond the end of the enumerator.


Files

0001-Improving-example-for-Enumerator-peek.patch (861 Bytes) 0001-Improving-example-for-Enumerator-peek.patch futureperfect (Erik Hollembeak), 05/08/2014 08:03 AM

Updated by zzak (zzak _) almost 10 years ago

  • Status changed from Open to Assigned
  • Assignee changed from drbrain (Eric Hodel) to zzak (zzak _)

Updated by zzak (zzak _) almost 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Applied in changeset r46099.


  • enumerator.c: [DOC] Fix example to show Enumerator#peek behavior
    Patch by Erik Hollembeak [Bug #9814] [ci skip]

Updated by usa (Usaku NAKAMURA) over 9 years ago

  • Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: REQUIRED, 2.1: REQUIRED

Updated by nagachika (Tomoyuki Chikanaga) over 9 years ago

  • Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE

Backported into ruby_2_1 branch at r46677.

Updated by usa (Usaku NAKAMURA) over 9 years ago

  • Backport changed from 2.0.0: REQUIRED, 2.1: DONE to 2.0.0: DONE, 2.1: DONE

backported into ruby_2_0_0 at r46745.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0