File Directory Ruby

d = Dir.open('mydir')
d.reject { |f| f[0] == '.' }
d.close