class RuboCop::Cop::Lint::FormatParameterMismatch

def sprintf?(node)

def sprintf?(node)
  format_method?(:sprintf, node)
end