class RuboCop::Cop::Sorbet::EmptyLineAfterSig

def next_sibling(node)

def next_sibling(node)
  node.parent&.children&.at(node.sibling_index + 1)
end