class RuboCop::Cop::Layout::CommentIndentation

def two_alternatives?(line)

def two_alternatives?(line)
  /^\s*(else|elsif|when|in|rescue|ensure)\b/.match?(line)
end