Actions
Bug #7692
closedEnumerator::Lazy#drop_while and take_while should require a block.
Bug #7692:
Enumerator::Lazy#drop_while and take_while should require a block.
Description
Updated by marcandre (Marc-Andre Lafortune) over 13 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r38811.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- enumerator.c: Require block for Lazy#{take|drop}_while [Bug #7692]
Actions