class RuboCop::Cop::Style::FormatStringToken
def correctable_sequence?(detected_type)
def correctable_sequence?(detected_type) detected_type == 's' || style == :annotated || style == :unannotated end
def correctable_sequence?(detected_type) detected_type == 's' || style == :annotated || style == :unannotated end