From: shevegen@... Date: 2016-02-16T17:05:24+00:00 Subject: [ruby-core:73851] [Ruby trunk Feature#10121] Dir.empty? Issue #10121 has been updated by Robert A. Heiler. Woot! Woot! Thanks to nobu the patch monster and matz! ---------------------------------------- Feature #10121: Dir.empty? https://bugs.ruby-lang.org/issues/10121#change-57024 * Author: Robert A. Heiler * Status: Closed * Priority: Normal * Assignee: Yukihiro Matsumoto ---------------------------------------- On IRC someone asked how to find out if a directory is empty or not, from within ruby. It seems as if there was no simple way. I suggest adding `Dir.empty?` On IRC, someone else suggested this: ~~~ruby Dir.entries(dir).size == 2 ~~~ I do not know if there are better ways but possibly that could be used for a `Dir.empty?` functionality? -- https://bugs.ruby-lang.org/ Unsubscribe: