method
on_mlhs_paren
v2_5_5 -
Show latest stable
- Class:
Ripper::SexpBuilderPP
on_mlhs_paren(list)private
No documentation available.
# File ext/ripper/lib/ripper/sexp.rb, line 137
def on_mlhs_paren(list)
[:mlhs, *list]
end