class RuboCop::Cop::Style::StringLiterals

def autocorrect(node)

def autocorrect(node)
  StringLiteralCorrector.correct(node, style)
end