fu_list(arg)
No documentation available.
# File lib/fileutils.rb, line 1455 def fu_list(arg) #:nodoc: [arg].flatten.map {|path| File.path(path) } end