method

on_mlhs_add_star

ruby latest stable - Class: Ripper::SexpBuilderPP
on_mlhs_add_star(list, star)
private

No documentation available.

# File ext/ripper/lib/ripper/sexp.rb, line 141
    def on_mlhs_add_star(list, star)
      list.push([:rest_param, star])
    end