Project

General

Profile

ActionsLike0

Feature #10217

open

Dir constructor similar to Pathname constructor

Added by dsisnero (Dominic Sisneros) over 10 years ago. Updated over 3 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|

..

Like0Actions #1

Updated by hsbt (Hiroshi SHIBATA) over 3 years ago

  • Project changed from 14 to Ruby
ActionsLike0

Also available in: Atom PDF