File Directory Ruby

require 'find'
Find.find('./') { |path| puts path }