Project

General

Profile

Actions

Feature #10217

open

Dir constructor similar to Pathname constructor

Added by dsisnero (Dominic Sisneros) over 9 years ago. Updated about 2 years ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:64899]

Description

Make Dir(path) an alias for Dir.new(path)

Dir('.').entries
Dir('test').each do |entry|

..

Actions #1

Updated by hsbt (Hiroshi SHIBATA) about 2 years ago

  • Project changed from 14 to Ruby master
Actions

Also available in: Atom PDF

Like0
Like0