class Utils::Finder
def create_paths
def create_paths paths = build_paths File.secure_write(index_path) do |output| output.puts paths end paths end
def create_paths paths = build_paths File.secure_write(index_path) do |output| output.puts paths end paths end