Method: Utils::Finder#create_paths

Defined in:
lib/utils/finder.rb

#create_pathsObject



72
73
74
75
76
77
78
# File 'lib/utils/finder.rb', line 72

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