136 137 138
# File 'lib/ezfile.rb', line 136 def file_list dir = "*" Dir.glob(dir).select{File.file? _1} end