File Directory Ruby

p Dir.entries('mydir')
Dir.foreach('mydir') { |x| puts x if x != "." && x != ".."}