From: nobu@... Date: 2015-06-24T06:41:20+00:00 Subject: [ruby-dev:49136] [Ruby trunk - Feature #11302] Dir.entries and Dir.foreach without [".", ".."] Issue #11302 has been updated by Nobuyoshi Nakada. Candidates for the methods or options? I prefer a same option for both methods, but no concrete idea. ---------------------------------------- Feature #11302: Dir.entries and Dir.foreach without [".", ".."] https://bugs.ruby-lang.org/issues/11302#change-53104 * Author: Yui NARUSE * Status: Assigned * Priority: Normal * Assignee: Yukihiro Matsumoto ---------------------------------------- Dir.entries returns an array of its content with "." and "..". But as far as I met, almost all cases don't need them. How about adding such new method or options? -- https://bugs.ruby-lang.org/