class RuboCop::Cop::Sorbet::OneAncestorPerLine

def new_ra_line(indent_count)

def new_ra_line(indent_count)
  indents = " " * indent_count
  indented_ra_call = "#{indents}requires_ancestor "
  "\n#{indented_ra_call}"
end