class Aws::Rails::SqsActiveJob::Configuration

def file_options(options = {})

def file_options(options = {})
  file_path = config_file_path(options)
  if file_path
    load_from_file(file_path)
  else
    {}
  end
end