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