# File lib/kwala/lib/cycle_detector.rb, line 716 def self.convert_files_path_to(files, from = "./", to = "") files.map { |f| f.sub(from, to) } end