class RuboCop::Cop::Style::LineEndConcatenation
def investigate(processed_source)
def investigate(processed_source) processed_source.tokens.each_index do |index| check_token_set(index) end end
def investigate(processed_source) processed_source.tokens.each_index do |index| check_token_set(index) end end