method

on_mlhs_add_star

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: SexpBuilderPP
on_mlhs_add_star(list, star) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/ripper/lib/ripper/sexp.rb, line 141
    def on_mlhs_add_star(list, star)
      list.push([:rest_param, star])
    end
Register or log in to add new notes.