class RuboCop::Cop::Style::TrailingUnderscoreVariable
def find_first_offense(variables)
def find_first_offense(variables) first_offense = find_first_possible_offense(variables.reverse) return unless first_offense return if splat_variable_before?(first_offense, variables) first_offense end