Mega Code Archive

 
Categories / Ruby / File Directory
 

Find a path

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