class RuboCop::Cop::Layout::CommentIndentation

def two_alternatives?(line)

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