class Parser::Builders::Default

def kwsplat(dstar_t, arg)

def kwsplat(dstar_t, arg)
  n(:kwsplat, [ arg ],
    unary_op_map(dstar_t, arg))
end