Method: Extractor#uniq_paths

Defined in:
lib/src/extractor.rb

#uniq_paths(paths, uniq_by_path) ⇒ Object



234
235
236
237
238
# File 'lib/src/extractor.rb', line 234

def uniq_paths(paths, uniq_by_path)
  return paths if uniq_by_path.blank?

  path_manipulator.uniq_paths(paths, uniq_by_path)
end