class RuboCop::Cop::Style::EmptyLiteral

def preferred_string_literal

def preferred_string_literal
  enforce_double_quotes? ? '""' : "''"
end