class RuboCop::Cop::Utils::FormatString::FormatSequence

def style

def style
  if annotated?
    :annotated
  elsif template?
    :template
  else
    :unannotated
  end
end