From: "shevegen (markus heiler)" Date: 2012-05-08T22:12:31+09:00 Subject: [ruby-core:44942] [ruby-trunk - Bug #6412][Open] Make Dir.entries default to Dir.entries(Dir.pwd) Issue #6412 has been reported by shevegen (markus heiler). ---------------------------------------- Bug #6412: Make Dir.entries default to Dir.entries(Dir.pwd) https://bugs.ruby-lang.org/issues/6412 Author: shevegen (markus heiler) Status: Open Priority: Low Assignee: Category: Target version: ruby -v: 1.9.3 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? -- http://bugs.ruby-lang.org/