module RuboCop::Cop::MultilineElementIndentation

def right_sibling_begins_on_subsequent_line?(pair)

def right_sibling_begins_on_subsequent_line?(pair)
  pair.right_sibling && (pair.last_line < pair.right_sibling.first_line)
end