File Directory Ruby

Dir.open('mydir') { |d| d.each { |x| puts x } }