Project

General

Profile

Actions

Feature #6413

open

Make Dir.entries default to Dir.entries(Dir.pwd)

Added by shevegen (Robert A. Heiler) almost 12 years ago. Updated over 6 years ago.

Status:
Assigned
Target version:
-
[ruby-core:44943]

Description

Is there a reason why Dir.entries requires one argument?

I think it would be easier and more convenient for the userruby if it would default to the current directory. Like so:

Dir.entries(i = Dir.pwd)

Or is there a reason why this is not done?


Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Feature #6412: Make Dir.entries default to Dir.entries(Dir.pwd)Rejected05/08/2012Actions

Updated by mame (Yusuke Endoh) almost 12 years ago

  • Status changed from Open to Assigned
  • Assignee set to matz (Yukihiro Matsumoto)
Actions #2

Updated by mame (Yusuke Endoh) over 11 years ago

  • Target version set to 2.6
Actions #3

Updated by naruse (Yui NARUSE) over 6 years ago

  • Target version deleted (2.6)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0