class RuboCop::Cop::Style::MagicCommentFormat

def replace_separator(text)

def replace_separator(text)
  text.tr(wrong_separator, correct_separator)
end