class RuboCop::Cop::Style::SendWithLiteralMethodName
def removal_argument_range(first_argument, second_argument)
def removal_argument_range(first_argument, second_argument) first_argument.source_range.begin.join(second_argument.source_range.begin) end