class RuboCop::Cop::Lint::FormatParameterMismatch
def format_string?(node)
def format_string?(node) called_on_string?(node) && method_with_format_args?(node) end
def format_string?(node) called_on_string?(node) && method_with_format_args?(node) end