class RuboCop::Cop::Lint::Loop

def on_until_post(node)

def on_until_post(node)
  register_offense(node)
end