class RuboCop::Cop::Layout::CommentIndentation
def on_new_investigation
def on_new_investigation processed_source.comments.each_with_index { |comment, ix| check(comment, ix) } end
def on_new_investigation processed_source.comments.each_with_index { |comment, ix| check(comment, ix) } end