class RuboCop::Cop::Style::TrailingUnderscoreVariable
def reverse_index(collection, item)
def reverse_index(collection, item) collection.size - 1 - collection.reverse.index(item) end
def reverse_index(collection, item) collection.size - 1 - collection.reverse.index(item) end