Method: Utils::Finder#create_paths
- Defined in:
- lib/utils/finder.rb
#create_paths ⇒ Object
76 77 78 79 80 81 82 |
# File 'lib/utils/finder.rb', line 76 def create_paths paths = build_paths File.secure_write(index_path) do |output| output.puts paths end paths end |