18 19 20
# File 'lib/bagit/bag.rb', line 18 def self.find(dir) Dir[File.join(dir, "**", "*")].select { |f| File.file? f } end