class RuboCop::Cop::Style::FormatStringToken

def message(detected_style)

def message(detected_style)
  "Prefer #{message_text(style)} over #{message_text(detected_style)}."
end