class RuboCop::Cop::Style::MagicCommentFormat

def correct_separator

def correct_separator
  style == :snake_case ? SNAKE_SEPARATOR : KEBAB_SEPARATOR
end