Actions
Feature #7362
openAdding Pathname#start_with?
Description
If a Pathname starts with another Pathname, that means that the former Pathname lies below the latter Pathname, as long as both Pathnames are interpreted from the same location or both are given as absolute.
Therefore I would like to see a method #start_with? just like the one on String but for Pathnames.
If you like the idea, just tell me. I will provide a patch then.
Updated by mame (Yusuke Endoh) almost 12 years ago
- Status changed from Open to Assigned
- Assignee set to akr (Akira Tanaka)
- Target version set to 2.6
Actions
Like0
Like0Like0