class RuboCop::Cop::Layout::CommentIndentation

def investigate(processed_source)

def investigate(processed_source)
  processed_source.each_comment { |comment| check(comment) }
end