class Unparser::Emitter::Repetition

def emit_normal

def emit_normal
  emit_keyword
  visit(condition)
  if body
    emit_body(body)
  else
    nl
  end
  k_end
end