method
on_mlhs_add_star
v2_5_5 -
Show 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