class RuboCop::Cop::Naming::InclusiveLanguage

def preprocess_suggestions(suggestions)

def preprocess_suggestions(suggestions)
  return '' if suggestions.nil? ||
               (suggestions.is_a?(String) && suggestions.strip.empty?) || suggestions.empty?
  format_suggestions(suggestions)
end