wangxinyun1995 / blogs

用issue记录我的博客
0 stars 0 forks source link

ruby遍历文件夹 #38

Open wangxinyun1995 opened 4 years ago

wangxinyun1995 commented 4 years ago
require 'find'
Find.find(path) do |file|
  # process
end