module FindFiles

def find_files(path, opts = {})

ignores errors
def find_files(path, opts = {})
  find_files_or_warn(path, opts) || []
end