class RuboCop::Cop::Lint::EndAlignment

def on_while(node)

def on_while(node)
  check_other_alignment(node)
end