Method: FindFiles#find_files

Defined in:
lib/utils/find_files.rb

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

ignores errors



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

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