Method: FindFiles#find_files

Defined in:
lib/utils/find_files.rb

#find_files(path, opts = {}) ⇒ Object

ignores errors



19
20
21
# File 'lib/utils/find_files.rb', line 19

def find_files(path, opts = {})
  find_files_or_error(path, opts) || []
end