Actions
Feature #11052
closed[PATCH] Blockless Pathname#ascend and #descend return Enumerator
Feature #11052:
[PATCH] Blockless Pathname#ascend and #descend return Enumerator
[ruby-core:<unknown>]
Description
Files
Updated by chastell (Piotr Szotkowski) over 11 years ago
Apologies if you're busy and I should just wait (happy to do it!), but it's my first non-doc contribution and I'm not sure: is there anything I should add to this feature request?
Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
- Status changed from Open to Assigned
- Assignee set to akr (Akira Tanaka)
Updated by akr (Akira Tanaka) about 11 years ago
- Status changed from Assigned to Closed
Applied in changeset r50897.
- ext/pathname/lib/pathname.rb (descend): Blockless form supported.
(ascend): Ditto.
[ruby-core:68820] [Feature #11052] Patch by Piotr Szotkowski.
Actions