class Unparser::Emitter::Repetition

def emit_keyword

def emit_keyword
  write(MAP.fetch(node.type), ' ')
end