class RuboCop::Cop::Style::CommentIndentation
def investigate(processed_source)
def investigate(processed_source) processed_source.comments.each { |comment| check(comment) } end
def investigate(processed_source) processed_source.comments.each { |comment| check(comment) } end