class RuboCop::Cop::Style::CommentIndentation

def two_alternatives?(line)

def two_alternatives?(line)
  keyword = '(else|elsif|when|rescue|ensure)\b'
  line =~ /^\s*#{keyword}/
end