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